diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ebf3273..49db899 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -47,7 +47,7 @@ jobs: - name: macOS Build if: runner.os == 'macOS' run: | - rustup target install beta + rustup toolchain install beta rustup target add --toolchain beta aarch64-apple-darwin cargo build --release --verbose SDKROOT=$(xcrun -sdk macosx11.0 --show-sdk-path) MACOSX_DEPLOYMENT_TARGET=$(xcrun -sdk macosx11.0 --show-sdk-platform-version) cargo +beta build --release --target aarch64-apple-darwin --verbose diff --git a/Cargo.lock b/Cargo.lock index 6ab40d7..6eb30b1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -442,7 +442,7 @@ dependencies = [ [[package]] name = "yj" -version = "1.1.27" +version = "1.1.28" dependencies = [ "clap", "exitfailure", diff --git a/Cargo.toml b/Cargo.toml index 358a013..791d573 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "yj" -version = "1.1.27" +version = "1.1.28" authors = ["Bruce Adams "] categories = ["command-line-utilities"] description = "Command line tool that converts YAML to JSON"