Skip to content

Commit

Permalink
CI: Build and link aarch64-apple-visionos[-sim].
Browse files Browse the repository at this point in the history
  • Loading branch information
briansmith committed Jun 21, 2024
1 parent 7e6f542 commit 0a81d8e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,10 @@ jobs:
- run: cargo test --no-run --target=aarch64-apple-tvos-sim -Zbuild-std --features=std
- run: cargo test --no-run --target=aarch64-apple-watchos -Zbuild-std --features=std
- run: cargo test --no-run --target=aarch64-apple-watchos-sim -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 --features=std
- run: cargo test --no-run --target=aarch64-apple-visionos-sim -Zbuild-std --features=std

cross-link:
name: Cross Build/Link
Expand Down

0 comments on commit 0a81d8e

Please sign in to comment.