Skip to content

Commit 7982599

Browse files
committed
Fix visionOS tests
1 parent 429657f commit 7982599

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/swift.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090

9191
build_and_test_visionos:
9292
needs: cancel_previous
93-
runs-on: macos-26
93+
runs-on: macos-26-xlarge
9494
steps:
9595
- uses: maxim-lobanov/setup-xcode@v1
9696
with:
@@ -99,7 +99,7 @@ jobs:
9999
- uses: webfactory/[email protected]
100100
with:
101101
ssh-private-key: ${{ secrets.SOVRAN_SSH_KEY }}
102-
- run: xcodebuild -scheme Segment test -sdk xrsimulator -destination 'platform=visionOS Simulator,os=26,name=Apple Vision Pro'
102+
- run: xcodebuild -scheme Segment test -destination 'platform=visionOS Simulator,name=Apple Vision Pro'
103103

104104
build_and_test_examples:
105105
needs: cancel_previous

0 commit comments

Comments
 (0)