Skip to content

Commit 435f20b

Browse files
authored
fix(ci): adjust runner size (#14135)
1 parent 287ad2d commit 435f20b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
# We only need the timezone variation for frontend tests.
5858
- command: "frontend"
5959
timezone: "America/New_York"
60-
runs-on: ${{ vars.DEPOT_PROJECT_ID != '' && 'depot-ubuntu-latest-2' || 'ubuntu-latest' }}
60+
runs-on: ${{ vars.DEPOT_PROJECT_ID != '' && 'depot-ubuntu-latest-4' || 'ubuntu-latest' }}
6161
timeout-minutes: 60
6262
needs: setup
6363
steps:

0 commit comments

Comments
 (0)