Skip to content

Commit 5efd24f

Browse files
committed
fix large js runners ?
1 parent 2acdb7e commit 5efd24f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -488,7 +488,7 @@ jobs:
488488
name: Playwright ${{ matrix.bundle }}${{ matrix.project && matrix.project != 'chromium' && format(' {0}', matrix.project) || ''}}${{ matrix.shard && format(' ({0}/{1})', matrix.shard, matrix.shards) || ''}} Tests
489489
needs: [job_get_metadata, job_build]
490490
if: needs.job_build.outputs.changed_browser_integration == 'true' || github.event_name != 'pull_request'
491-
runs-on: ubuntu-24.04-large-js
491+
runs-on: ubuntu-20.04-large-js
492492
timeout-minutes: 25
493493
strategy:
494494
fail-fast: false

0 commit comments

Comments
 (0)