Skip to content

Commit 0eaa494

Browse files
committed
Attempt to fix Apple TV test runner.
1 parent a66d069 commit 0eaa494

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/swift.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
- uses: webfactory/[email protected]
7979
with:
8080
ssh-private-key: ${{ secrets.SOVRAN_SSH_KEY }}
81-
- run: xcodebuild -scheme Segment test -sdk appletvsimulator -destination 'platform=tvOS Simulator,name=Apple TV'
81+
- run: xcodebuild -scheme Segment test -sdk appletvsimulator -destination 'platform=tvOS Simulator,name=Apple TV 4K'
8282

8383
build_and_test_watchos:
8484
needs: cancel_previous

0 commit comments

Comments
 (0)