Skip to content

Commit 1018594

Browse files
committed
more ci updates
1 parent 7411f74 commit 1018594

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/swift.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -99,11 +99,7 @@ jobs:
9999
- uses: webfactory/[email protected]
100100
with:
101101
ssh-private-key: ${{ secrets.SOVRAN_SSH_KEY }}
102-
- run: defaults write com.apple.dt.Xcode AllowUnsupportedVisionOSHost -bool YES
103-
- run: defaults write com.apple.CoreSimulator AllowUnsupportedVisionOSHost -bool YES
104-
- run: xcodebuild -downloadPlatform visionOS
105-
- run: echo - skip until apple fixes this - xcodebuild -scheme Segment test -sdk xrsimulator -destination 'platform=visionOS Simulator,name=Apple Vision Pro'
106-
- run: xcodebuild -scheme Segment -sdk xrsimulator -destination 'platform=visionOS Simulator,name=Apple Vision Pro'
102+
- run: xcodebuild -scheme Segment test -sdk xrsimulator -destination 'platform=visionOS Simulator,name=Apple Vision Pro'
107103

108104
build_and_test_examples:
109105
needs: cancel_previous

0 commit comments

Comments
 (0)