We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64c0c9a commit 0b238f4Copy full SHA for 0b238f4
.github/workflows/test.yml
@@ -28,9 +28,9 @@ jobs:
28
- platform: 'iOS Simulator'
29
destination: 'OS=latest,name=iPhone 15 Pro'
30
- platform: 'tvOS Simulator'
31
- destination: 'OS=latest,name=Apple TV 4K'
+ destination: 'OS=latest,name=Apple TV 4K (3rd generation)'
32
- platform: 'watchOS Simulator'
33
- destination: 'OS=latest,name=Apple Watch Series 9 - 45mm'
+ destination: 'OS=latest,name=Apple Watch Series 9 (45mm)'
34
name: ${{ matrix.platform }} Tests
35
runs-on: macos-13
36
steps:
0 commit comments