Skip to content

Commit b1ce9a1

Browse files
Disable visionOS CI for right now
1 parent fa4e9c4 commit b1ce9a1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ jobs:
2626
- "platform=macOS,variant=Mac Catalyst"
2727
- "platform=iOS Simulator,name=iPhone 12"
2828
- "platform=tvOS Simulator,name=Apple TV"
29-
- "platform=visionOS Simulator,name=Apple Vision Pro"
29+
# this hangs in GitHub actions right now
30+
# - "platform=visionOS Simulator,name=Apple Vision Pro"
3031

3132
steps:
3233
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)