Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 199c67c

Browse files
authoredJun 12, 2024
Update iOS toolchain architecture to aarch64 (#11)
1 parent 7159546 commit 199c67c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@ jobs:
8282

8383
- name: Setup
8484
run: |
85-
rustup toolchain install nightly-2024-05-18-x86_64-apple-darwin
86-
rustup component add rust-src --toolchain nightly-2024-05-18-x86_64-apple-darwin
85+
rustup toolchain install nightly-2024-05-18-aarch64-apple-darwin
86+
rustup component add rust-src --toolchain nightly-2024-05-18-aarch64-apple-darwin
8787
rustup target add \
8888
x86_64-apple-darwin \
8989
aarch64-apple-darwin \

0 commit comments

Comments
 (0)
Please sign in to comment.