Skip to content

Commit 762a8d2

Browse files
committed
ci: Use XL macOS runners for integration tests
The normal runners experience timeouts way too often.
1 parent 22d8f14 commit 762a8d2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/celest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
run: dart test -p chrome -c dart2wasm
6363
test_darwin:
6464
needs: [test]
65-
runs-on: macos-latest
65+
runs-on: macos-latest-xlarge
6666
timeout-minutes: 20
6767
steps:
6868
- name: Git Checkout

.github/workflows/celest_auth.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
# run: dart test
4949
test_darwin:
5050
needs: [test]
51-
runs-on: macos-latest
51+
runs-on: macos-latest-xlarge
5252
timeout-minutes: 20
5353
steps:
5454
- name: Git Checkout

0 commit comments

Comments
 (0)