Skip to content

Commit

Permalink
Disable visionos build
Browse files Browse the repository at this point in the history
  • Loading branch information
newpavlov committed Nov 27, 2024
1 parent 2bac1b9 commit a406ecc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ jobs:
- run: cargo test --no-run --target=aarch64-apple-watchos -Zbuild-std --features=std
# visionOS requires Xcode 15.2+, GitHub Actions defaults to an older version.
- run: sudo xcode-select -switch /Applications/Xcode_15.2.app
- run: cargo test --no-run --target=aarch64-apple-visionos -Zbuild-std=core
# std is broken on visionOS right now
#- run: cargo test --no-run --target=aarch64-apple-visionos -Zbuild-std --features=std

cross:
name: Cross
Expand Down

0 comments on commit a406ecc

Please sign in to comment.