Skip to content

Commit

Permalink
Disable visionOS CI for right now
Browse files Browse the repository at this point in the history
  • Loading branch information
mattmassicotte committed Jul 3, 2024
1 parent fa4e9c4 commit b1ce9a1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ jobs:
- "platform=macOS,variant=Mac Catalyst"
- "platform=iOS Simulator,name=iPhone 12"
- "platform=tvOS Simulator,name=Apple TV"
- "platform=visionOS Simulator,name=Apple Vision Pro"
# this hangs in GitHub actions right now
# - "platform=visionOS Simulator,name=Apple Vision Pro"

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit b1ce9a1

Please sign in to comment.