Skip to content

Commit 77bdd7e

Browse files
committed
fix watchOS test runner
1 parent acc4403 commit 77bdd7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/swift.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
- uses: webfactory/[email protected]
9292
with:
9393
ssh-private-key: ${{ secrets.SOVRAN_SSH_KEY }}
94-
- run: xcodebuild -scheme Segment test -sdk watchsimulator -destination 'platform=watchOS Simulator,name=Apple Watch Series 9 (45mm)'
94+
- run: xcodebuild -scheme Segment test -sdk watchsimulator -destination 'platform=watchOS Simulator,name=Apple Watch Series 10 (42mm)'
9595

9696
build_and_test_visionos:
9797
needs: cancel_previous

0 commit comments

Comments
 (0)