We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a66d069 commit 0eaa494Copy full SHA for 0eaa494
.github/workflows/swift.yml
@@ -78,7 +78,7 @@ jobs:
78
- uses: webfactory/[email protected]
79
with:
80
ssh-private-key: ${{ secrets.SOVRAN_SSH_KEY }}
81
- - run: xcodebuild -scheme Segment test -sdk appletvsimulator -destination 'platform=tvOS Simulator,name=Apple TV'
+ - run: xcodebuild -scheme Segment test -sdk appletvsimulator -destination 'platform=tvOS Simulator,name=Apple TV 4K'
82
83
build_and_test_watchos:
84
needs: cancel_previous
0 commit comments