Skip to content

Commit fdbd9af

Browse files
committed
more ci updates
1 parent cca3fcb commit fdbd9af

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
@@ -86,7 +86,7 @@ jobs:
8686
- uses: webfactory/[email protected]
8787
with:
8888
ssh-private-key: ${{ secrets.SOVRAN_SSH_KEY }}
89-
- run: xcodebuild -scheme Segment test -sdk watchsimulator -destination 'platform=watchOS Simulator,name=Apple Watch Series 10 (42mm)'
89+
- run: xcodebuild -scheme Segment test -sdk watchsimulator -destination 'platform=watchOS Simulator,name=Apple Watch Ultra 3 (49mm)'
9090

9191
build_and_test_visionos:
9292
needs: cancel_previous
@@ -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,name=Apple Vision Pro'
102+
- run: xcodebuild -scheme Segment test -sdk xrsimulator -destination 'platform=visionOS Simulator,os=26,name=Apple Vision Pro'
103103

104104
build_and_test_examples:
105105
needs: cancel_previous

0 commit comments

Comments
 (0)