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 287ad2d commit 435f20bCopy full SHA for 435f20b
.github/workflows/build-and-test.yml
@@ -57,7 +57,7 @@ jobs:
57
# We only need the timezone variation for frontend tests.
58
- command: "frontend"
59
timezone: "America/New_York"
60
- runs-on: ${{ vars.DEPOT_PROJECT_ID != '' && 'depot-ubuntu-latest-2' || 'ubuntu-latest' }}
+ runs-on: ${{ vars.DEPOT_PROJECT_ID != '' && 'depot-ubuntu-latest-4' || 'ubuntu-latest' }}
61
timeout-minutes: 60
62
needs: setup
63
steps:
0 commit comments