Skip to content

Commit ea89894

Browse files
committed
[ci] Try running on higher spec runners
Run `build_and_lint`, `test_build`, and `test` on a larger runner.
1 parent 8e7b983 commit ea89894

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/runtime_build_and_test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ jobs:
193193
test:
194194
name: yarn test ${{ matrix.params }} (Shard ${{ matrix.shard }})
195195
needs: [runtime_compiler_yarn_cache]
196-
runs-on: ubuntu-latest
196+
runs-on: 32-core-ubuntu
197197
strategy:
198198
fail-fast: false
199199
matrix:
@@ -253,7 +253,7 @@ jobs:
253253
build_and_lint:
254254
name: yarn build and lint
255255
needs: [runtime_compiler_yarn_cache]
256-
runs-on: ubuntu-latest
256+
runs-on: 32-core-ubuntu
257257
strategy:
258258
fail-fast: false
259259
matrix:
@@ -343,7 +343,7 @@ jobs:
343343
- 1/3
344344
- 2/3
345345
- 3/3
346-
runs-on: ubuntu-latest
346+
runs-on: 32-core-ubuntu
347347
steps:
348348
- uses: actions/checkout@v4
349349
with:

0 commit comments

Comments
 (0)