Skip to content

Commit 7e201e0

Browse files
committed
disable visionos
1 parent b824373 commit 7e201e0

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,10 @@ jobs:
8989
os: macos-13
9090
xcode: 15.0
9191

92-
- platform: [visionos, 1]
93-
runtime: visionOS 1.0
94-
os: macos-13
92+
# FIXME: re-enable when visionOS stops segfaulting on GitHub Actions
93+
# - platform: [visionos, 1]
94+
# runtime: visionOS 1.0
95+
# os: macos-13
9596
steps:
9697
- name: Git Checkout
9798
uses: actions/checkout@v3

0 commit comments

Comments
 (0)