File tree Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -117,12 +117,10 @@ jobs:
117
117
# os: macos-14
118
118
# xcode: 15.4
119
119
120
- # FIXME: this currently hangs on CI
121
- # - platform: [visionos, 1]
122
- # runtime: visionOS 1.0-beta2
123
- # os: macos-13
124
- # xcode: 15.0
125
- # install: true
120
+ - platform : [visionOS, 1]
121
+ runtime : visionOS 1.2
122
+ os : macos-14
123
+ xcode : 15.4
126
124
steps :
127
125
- name : Git Checkout
128
126
uses : actions/checkout@v4
@@ -135,6 +133,11 @@ jobs:
135
133
- name : Set environment variables
136
134
run : echo "SKIP_SLOW_FASTLANE_WARNING=1" >> $GITHUB_ENV
137
135
136
+ - if : ${{ matrix.platform[0] == 'visionOS' }}
137
+ run : |
138
+ defaults write com.apple.dt.Xcode AllowUnsupportedVisionOSHost -bool YES
139
+ defaults write com.apple.CoreSimulator AllowUnsupportedVisionOSHost -bool YES
140
+
138
141
- name : Select Xcode version
139
142
run : sudo xcodes select ${{ matrix.xcode }}
140
143
You can’t perform that action at this time.
0 commit comments