Skip to content

Commit dfba950

Browse files
committed
ci: Use smaller macOS runners
To avoid the costs of XL runners which are not currently worth it.
1 parent 2d7c1a8 commit dfba950

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/celest.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
run: dart test -p chrome -c dart2wasm
5555
test_darwin:
5656
needs: [test]
57-
runs-on: macos-latest-xlarge
57+
runs-on: macos-latest
5858
timeout-minutes: 20
5959
steps:
6060
- name: Git Checkout
@@ -86,7 +86,7 @@ jobs:
8686
# TODO: Keeps timing out on Linux. Fails hard on macOS...
8787
# test_android:
8888
# needs: [test]
89-
# runs-on: macos-latest-xlarge
89+
# runs-on: macos-latest
9090
# timeout-minutes: 30
9191
# steps:
9292
# - name: Git Checkout

.github/workflows/celest_auth.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
# run: dart test
4848
test_darwin:
4949
needs: [test]
50-
runs-on: macos-latest-xlarge
50+
runs-on: macos-latest
5151
timeout-minutes: 20
5252
steps:
5353
- name: Git Checkout
@@ -100,7 +100,7 @@ jobs:
100100
# TODO: Keeps timing out on Linux. Fails hard on macOS...
101101
# test_android:
102102
# needs: [test]
103-
# runs-on: macos-latest-xlarge
103+
# runs-on: macos-latest
104104
# timeout-minutes: 30
105105
# steps:
106106
# - name: Git Checkout

0 commit comments

Comments
 (0)