Skip to content

Commit 47b41ed

Browse files
ci: Run Catalyst tests on macOS 13 (#3004)
1 parent bdb8eb1 commit 47b41ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,9 +133,9 @@ jobs:
133133
# Catalyst. We only test the latest version, as
134134
# the risk something breaking on Catalyst and not
135135
# on an older iOS or macOS version is low.
136-
- runs-on: macos-12
136+
- runs-on: macos-13
137137
platform: 'Catalyst'
138-
xcode: '13.4.1'
138+
xcode: '14.3'
139139
test-destination-os: 'latest'
140140

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

0 commit comments

Comments
 (0)