Build macOS x86-64 with Rust 1.73.0 in make_pkg.sh

This retains compatibility with macOS 10.9.
Note that Apple Silicon Macs shipped with 10.15, so compatibility for Apple
Silicon is not a concern.
This commit is contained in:
Peter Ammon
2024-10-13 12:30:00 -07:00
parent 9337c20c2e
commit fbf0ad98af
2 changed files with 15 additions and 2 deletions

View File

@@ -9,9 +9,14 @@ jobs:
environment: macos-codesign
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@1.79
- name: Install Rust 1.73.0
uses: dtolnay/rust-toolchain@1.73.0
with:
targets: aarch64-apple-darwin,x86_64-apple-darwin
targets: x86_64-apple-darwin
- name: Install Rust 1.79
uses: dtolnay/rust-toolchain@1.79
with:
targets: aarch64-apple-darwin
- name: build-and-codesign
run: |
cargo install apple-codesign