Skip to content

Commit 0b238f4

Browse files
committed
Fix simulator names, it'd be really nice if xcodebuild didn't just run with the wrong answer...
1 parent 64c0c9a commit 0b238f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ jobs:
2828
- platform: 'iOS Simulator'
2929
destination: 'OS=latest,name=iPhone 15 Pro'
3030
- platform: 'tvOS Simulator'
31-
destination: 'OS=latest,name=Apple TV 4K'
31+
destination: 'OS=latest,name=Apple TV 4K (3rd generation)'
3232
- platform: 'watchOS Simulator'
33-
destination: 'OS=latest,name=Apple Watch Series 9 - 45mm'
33+
destination: 'OS=latest,name=Apple Watch Series 9 (45mm)'
3434
name: ${{ matrix.platform }} Tests
3535
runs-on: macos-13
3636
steps:

0 commit comments

Comments
 (0)