Skip to content

Commit 0c4cdaf

Browse files
committed
wip
1 parent 2c6b476 commit 0c4cdaf

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -104,12 +104,11 @@ jobs:
104104
os: macos-13
105105
xcode: 15.0
106106

107-
# FIXME: this currently hangs on CI
108-
# - platform: [visionos, 1]
109-
# runtime: visionOS 1.0-beta2
110-
# os: macos-13
111-
# xcode: 15.0
112-
# install: true
107+
- platform: [visionos, 1]
108+
runtime: visionOS 1.0-beta2
109+
os: macos-13
110+
xcode: 15.0
111+
install: true
113112
steps:
114113
- name: Git Checkout
115114
uses: actions/checkout@v3

0 commit comments

Comments
 (0)