Skip to content

Commit

Permalink
Revert "fix: try adding darwin toolchain"
Browse files Browse the repository at this point in the history
This reverts commit ae20eef.
  • Loading branch information
Johennes committed Dec 11, 2024
1 parent 0af7344 commit 8b33b59
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 @@ -23,7 +23,7 @@ jobs:
- name: Setup Rust
uses: dtolnay/rust-toolchain@stable
with:
targets: aarch64-apple-darwin,aarch64-apple-ios,aarch64-apple-ios-sim
targets: aarch64-apple-ios,aarch64-apple-ios-sim

- name: Write .xcode.env.local
run: |
Expand Down

0 comments on commit 8b33b59

Please sign in to comment.