Skip to content

Commit 9963061

Browse files
Use aarch64-apple-ios
Incorrectly named target
1 parent 080c9ac commit 9963061

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -207,12 +207,12 @@ jobs:
207207
runner: macos-latest
208208
script: ci/run.sh
209209
target: x86_64-apple-ios
210-
aarch-apple-ios:
210+
aarch64-apple-ios:
211211
uses: ./.github/workflows/run-ci-script.yml
212212
strategy:
213213
fail-fast: true
214214
with:
215215
runner: macos-latest
216216
script: ci/run.sh
217-
target: aarch-apple-ios
217+
target: aarch64-apple-ios
218218
rustflags: -Ctarget-feature=+neon

0 commit comments

Comments
 (0)