Skip to content

Commit 6200858

Browse files
committed
[ci] Try running on higher spec runners
Run `build_and_lint` on a larger runner.
1 parent 744222b commit 6200858

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/runtime_build_and_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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:

0 commit comments

Comments
 (0)