Skip to content

Commit

Permalink
test(ci): switch to macos-15 runners to avoid iOS SDK 18.2 issue
Browse files Browse the repository at this point in the history
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
  • Loading branch information
mikehardy committed Jan 16, 2025
1 parent 9da251d commit a8fe167
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests_e2e_ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ concurrency:
jobs:
ios:
name: iOS
runs-on: macos-14-xlarge
runs-on: macos-15-xlarge
# TODO matrix across APIs, at least 11 and 15 (lowest to highest)
timeout-minutes: 60
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests_e2e_other.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ concurrency:
jobs:
other:
name: Other
runs-on: macos-14-xlarge
runs-on: macos-15-xlarge
timeout-minutes: 100
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
Expand Down

0 comments on commit a8fe167

Please sign in to comment.