We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e7b983 commit ea89894Copy full SHA for ea89894
.github/workflows/runtime_build_and_test.yml
@@ -193,7 +193,7 @@ jobs:
193
test:
194
name: yarn test ${{ matrix.params }} (Shard ${{ matrix.shard }})
195
needs: [runtime_compiler_yarn_cache]
196
- runs-on: ubuntu-latest
+ runs-on: 32-core-ubuntu
197
strategy:
198
fail-fast: false
199
matrix:
@@ -253,7 +253,7 @@ jobs:
253
build_and_lint:
254
name: yarn build and lint
255
256
257
258
259
@@ -343,7 +343,7 @@ jobs:
343
- 1/3
344
- 2/3
345
- 3/3
346
347
steps:
348
- uses: actions/checkout@v4
349
with:
0 commit comments