Skip to content

Commit a8fe167

Browse files
committed
test(ci): switch to macos-15 runners to avoid iOS SDK 18.2 issue
it appears the macos-14 runners have a simulator definition issue, which breaks our tests on macos-14. macos-15 apparently does not suffer the same, and is the future anyway. switch now
1 parent 9da251d commit a8fe167

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/tests_e2e_ios.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ concurrency:
2727
jobs:
2828
ios:
2929
name: iOS
30-
runs-on: macos-14-xlarge
30+
runs-on: macos-15-xlarge
3131
# TODO matrix across APIs, at least 11 and 15 (lowest to highest)
3232
timeout-minutes: 60
3333
env:

.github/workflows/tests_e2e_other.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ concurrency:
2727
jobs:
2828
other:
2929
name: Other
30-
runs-on: macos-14-xlarge
30+
runs-on: macos-15-xlarge
3131
timeout-minutes: 100
3232
env:
3333
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)