Skip to content

Commit

Permalink
Replace target: aarch64-apple-ios by aarch64-apple-darwin (#827)
Browse files Browse the repository at this point in the history
  • Loading branch information
denisidoro committed Apr 9, 2023
1 parent efa0997 commit bd2fe39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd.yml
Expand Up @@ -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
Expand All @@ -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:
Expand Down

0 comments on commit bd2fe39

Please sign in to comment.