Skip to content

Commit e7aa7b0

Browse files
committed
ci: run iOS tests on ARM
1 parent 80b25f7 commit e7aa7b0

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
@@ -125,8 +125,8 @@ jobs:
125125
- name: Clippy (iOS)
126126
if: matrix.os == 'macos-latest'
127127
run: |
128-
rustup target add x86_64-apple-ios
129-
cargo clippy-msrv-ci --target x86_64-apple-ios
128+
rustup target add aarch64-apple-ios
129+
cargo clippy-msrv-ci --target aarch64-apple-ios
130130
131131
# TODO: Consider WASM. See note on "clippy" job.
132132

0 commit comments

Comments
 (0)