Skip to content

Commit

Permalink
ci: Run unit tests on tvOS 16 and macOS 13 (#2894)
Browse files Browse the repository at this point in the history
  • Loading branch information
philipphofmann committed Apr 14, 2023
1 parent 46f5eb8 commit 630ddf4
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,13 @@ jobs:
xcode: '13.4.1'
test-destination-os: 'latest'
timeout-minutes: 15

# macOS 13
- runs-on: macos-12
platform: 'macOS'
xcode: '14.2'
test-destination-os: 'latest'
timeout-minutes: 15

# Catalyst. We only test the latest version, as
# the risk something breaking on Catalyst and not
Expand All @@ -149,6 +156,13 @@ jobs:
test-destination-os: 'latest'
timeout-minutes: 15

# tvOS 16
- runs-on: macos-12
platform: 'tvOS'
xcode: '14.2'
test-destination-os: 'latest'
timeout-minutes: 15

steps:
- uses: actions/checkout@v3
- uses: actions/download-artifact@v3
Expand Down

0 comments on commit 630ddf4

Please sign in to comment.