Skip to content

Commit

Permalink
ci: Run Catalyst tests on macOS 13 (#3004)
Browse files Browse the repository at this point in the history
  • Loading branch information
philipphofmann committed May 5, 2023
1 parent bdb8eb1 commit 47b41ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,9 +133,9 @@ jobs:
# Catalyst. We only test the latest version, as
# the risk something breaking on Catalyst and not
# on an older iOS or macOS version is low.
- runs-on: macos-12
- runs-on: macos-13
platform: 'Catalyst'
xcode: '13.4.1'
xcode: '14.3'
test-destination-os: 'latest'

# MetricKit doesn't exist for tvOS, so we can still run unit tests with
Expand Down

0 comments on commit 47b41ed

Please sign in to comment.