Skip to content

Commit 08d58f6

Browse files
committed
build(deps): use macos-15 vs macos-15-xlarge instances
I don't think the speedup is that significant but the smaller runner should be more cost-efficient
1 parent 50a3853 commit 08d58f6

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-15-xlarge
30+
runs-on: macos-15
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-15-xlarge
30+
runs-on: macos-15
3131
timeout-minutes: 100
3232
env:
3333
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)