mirror of
https://github.com/denisidoro/navi
synced 2024-11-21 19:13:07 +00:00
Replace target: aarch64-apple-ios by aarch64-apple-darwin (#827)
This commit is contained in:
parent
efa09974a8
commit
bd2fe39fcc
1 changed files with 2 additions and 2 deletions
4
.github/workflows/cd.yml
vendored
4
.github/workflows/cd.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue