Skip to content

Commit

Permalink
Remove ios and x86 sim target for iOS unit tests in GH actions
Browse files Browse the repository at this point in the history
  • Loading branch information
pinkisemils committed Nov 9, 2023
1 parent 7e5675e commit 23266dd
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 @@ -68,7 +68,7 @@ jobs:
with:
xcode-version: '15.0.1'
- name: Configure Rust
run: rustup target add x86_64-apple-ios aarch64-apple-ios aarch64-apple-ios-sim
run: rustup target add aarch64-apple-ios-sim

- name: Configure Xcode project
run: |
Expand Down

0 comments on commit 23266dd

Please sign in to comment.