Skip to content

Commit 49526e4

Browse files
committed
Fix ios toolchain version
1 parent 4b1d860 commit 49526e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ios.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
- name: Setup
1515
run: |
16-
rustup toolchain install nightly-2024-05-18-x86_64-apple-darwin
16+
rustup toolchain install nightly-2024-05-18-aarch64-apple-darwin
1717
rustup component add rust-src --toolchain nightly-2024-05-18-aarch64-apple-darwin
1818
rustup target add \
1919
x86_64-apple-darwin \

0 commit comments

Comments
 (0)