Skip to content

Commit

Permalink
Use aarch64-apple-ios
Browse files Browse the repository at this point in the history
Incorrectly named target
  • Loading branch information
workingjubilee committed Jul 27, 2023
1 parent 080c9ac commit 9963061
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -207,12 +207,12 @@ jobs:
runner: macos-latest
script: ci/run.sh
target: x86_64-apple-ios
aarch-apple-ios:
aarch64-apple-ios:
uses: ./.github/workflows/run-ci-script.yml
strategy:
fail-fast: true
with:
runner: macos-latest
script: ci/run.sh
target: aarch-apple-ios
target: aarch64-apple-ios
rustflags: -Ctarget-feature=+neon

0 comments on commit 9963061

Please sign in to comment.