feat(ci): aarch64-apple-ios should work on rustc stable.

This commit is contained in:
Ivan Enderlin
2023-03-16 09:01:14 +01:00
parent c8bad4b86e
commit 5e23bd09bc

View File

@@ -209,7 +209,7 @@ jobs:
repo-token: ${{ secrets.GITHUB_TOKEN }}
- name: Install Rust
uses: dtolnay/rust-toolchain@nightly
uses: dtolnay/rust-toolchain@stable
- name: Install aarch64-apple-ios target
run: rustup target install aarch64-apple-ios