Skip to content

Commit

Permalink
Updated destination name for Apple TV
Browse files Browse the repository at this point in the history
  • Loading branch information
Rob Amos committed Mar 26, 2023
1 parent 8811a7c commit 7a0090b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tvos-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
- name: Build and Test
run: swift package generate-xcodeproj && xcrun xcodebuild test -scheme "Vexil-Package" -destination "platform=tvOS Simulator,name=Apple TV 4K"
run: swift package generate-xcodeproj && xcrun xcodebuild test -scheme "Vexil-Package" -destination "platform=tvOS Simulator,name=Apple TV 4K (2nd generation)"

build-tvos-macos-12:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 7a0090b

Please sign in to comment.