Replace target: aarch64-apple-ios by aarch64-apple-darwin (#827)

This commit is contained in:
Denis Isidoro 2023-04-09 10:17:33 -03:00 committed by GitHub
parent efa09974a8
commit bd2fe39fcc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,7 +22,7 @@ jobs:
- armv7-linux-androideabi
- aarch64-linux-android
- aarch64-unknown-linux-gnu
- aarch64-apple-ios
- aarch64-apple-darwin
include:
- os: macos-latest
target: x86_64-apple-darwin
@ -39,7 +39,7 @@ jobs:
- os: ubuntu-latest
target: aarch64-unknown-linux-gnu
- os: macos-latest
target: aarch64-apple-ios
target: aarch64-apple-darwin
steps:
- uses: hecrj/setup-rust-action@v1.3.4
with: