Use stable rust compiler to build aarch64-apple-ios-sim

This commit is contained in:
imWildCat 2023-08-08 22:57:05 -07:00
parent 2087e90861
commit 76d9c6948c
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ apple:
build-targets:
cargo build --lib --release --target x86_64-apple-ios
cargo +nightly build --lib --release --target aarch64-apple-ios-sim
cargo build --lib --release --target aarch64-apple-ios-sim
cargo +nightly build -Z build-std --lib --release --target aarch64-apple-ios-macabi
cargo +nightly build -Z build-std --lib --release --target x86_64-apple-ios-macabi
cargo build --lib --release --target aarch64-apple-ios