Skip to content

Commit

Permalink
Add more rust targets to larger runner
Browse files Browse the repository at this point in the history
  • Loading branch information
pinkisemils committed Nov 8, 2023
1 parent 60fe95b commit b0bd2ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
with:
xcode-version: '15.0.1'
- name: Configure Rust
run: rustup target add x86_64-apple-ios
run: rustup target add x86_64-apple-ios aarch64-apple-ios aarch64-apple-ios-sim

- name: Configure Xcode project
run: |
Expand Down

0 comments on commit b0bd2ba

Please sign in to comment.