Merge ea89894108 into sapling-pr-archive-poteto

This commit is contained in:
lauren
2025-03-19 14:52:34 -04:00
committed by GitHub
+3 -3
View File
@@ -193,7 +193,7 @@ jobs:
test:
name: yarn test ${{ matrix.params }} (Shard ${{ matrix.shard }})
needs: [runtime_compiler_yarn_cache]
runs-on: ubuntu-latest
runs-on: 32-core-ubuntu
strategy:
fail-fast: false
matrix:
@@ -253,7 +253,7 @@ jobs:
build_and_lint:
name: yarn build and lint
needs: [runtime_compiler_yarn_cache]
runs-on: ubuntu-latest
runs-on: 32-core-ubuntu
strategy:
fail-fast: false
matrix:
@@ -343,7 +343,7 @@ jobs:
- 1/3
- 2/3
- 3/3
runs-on: ubuntu-latest
runs-on: 32-core-ubuntu
steps:
- uses: actions/checkout@v4
with: