Skip to content

Commit a406ecc

Browse files
committed
Disable visionos build
1 parent 2bac1b9 commit a406ecc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ jobs:
3333
- run: cargo test --no-run --target=aarch64-apple-watchos -Zbuild-std --features=std
3434
# visionOS requires Xcode 15.2+, GitHub Actions defaults to an older version.
3535
- run: sudo xcode-select -switch /Applications/Xcode_15.2.app
36-
- run: cargo test --no-run --target=aarch64-apple-visionos -Zbuild-std=core
36+
# std is broken on visionOS right now
37+
#- run: cargo test --no-run --target=aarch64-apple-visionos -Zbuild-std --features=std
3738

3839
cross:
3940
name: Cross

0 commit comments

Comments
 (0)