Skip to content

Commit

Permalink
Merge pull request #12 from kkiermasz/upgrade-actions
Browse files Browse the repository at this point in the history
Update checkout and tvOS destination
  • Loading branch information
kkiermasz authored Nov 11, 2023
2 parents e15b843 + 381cc63 commit a3acc0f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@ jobs:
- platform: iOS
destination: platform=iOS Simulator,name=iPhone 11,OS=latest
- platform: tvOS
destination: platform=tvOS Simulator,name=Apple TV 4K,OS=latest
destination: platform=tvOS Simulator,name=Apple TV 4K (3rd generation),OS=latest
steps:
- name: Setup xcode version
uses: maxim-lobanov/setup-xcode@v1.2.1
uses: maxim-lobanov/setup-xcode@v1.6.0
with:
xcode-version: latest-stable
- name: Checkout
uses: actions/checkout@v2
- name: Run ${{ matrix.platform}} tests
uses: actions/checkout@v4
- name: Run ${{ matrix.platform }} tests
run: |
xcodebuild -scheme Neron \
-destination '${{ matrix.destination }}' \
Expand Down

0 comments on commit a3acc0f

Please sign in to comment.