File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ concurrency:
2626jobs :
2727 download-browser :
2828 name : Download Replay browser
29- runs-on : ubuntu-latest
29+ runs-on : ubuntu-22.04
3030 timeout-minutes : 2
3131 steps :
3232 - name : Download
3838 path : macOS-replay-playwright.tar.xz
3939 preview-branch :
4040 name : Wait for Vercel Preview Branch
41- runs-on : ubuntu-latest
41+ runs-on : ubuntu-22.04
4242 steps :
4343 - name : Waiting for 200 from the Vercel Preview
4444 uses : patrickedqvist/wait-for-vercel-preview@v1.3.1
5252 url : ${{ steps.waitFor200.outputs.url }}
5353 generate-test-run-id :
5454 name : Generate Test Run ID
55- runs-on : ubuntu-latest
55+ runs-on : ubuntu-22.04
5656 steps :
5757 - run : yarn add uuid
5858 shell : sh
6565 testRunId : ${{ steps.uuid.outputs.result }}
6666 e2etest :
6767 name : End-to-end tests (${{ matrix.shard }})
68- runs-on : ubuntu-latest
68+ runs-on : ubuntu-22.04
6969 needs : [preview-branch, generate-test-run-id]
7070 strategy :
7171 # GH cancels other matrixed jobs by default if one fails. We want all E2E jobs to complete.
@@ -129,7 +129,7 @@ jobs:
129129 public : true
130130 authenticated-e2etest :
131131 name : Authenticated end-to-end tests (${{ matrix.shard }})
132- runs-on : ubuntu-latest
132+ runs-on : ubuntu-22.04
133133 needs : [preview-branch, generate-test-run-id]
134134 strategy :
135135 # GH cancels other matrixed jobs by default if one fails. We want all E2E jobs to complete.
@@ -190,7 +190,7 @@ jobs:
190190 public : true
191191 unit-test :
192192 name : Unit Tests
193- runs-on : ubuntu-latest
193+ runs-on : ubuntu-22.04
194194 timeout-minutes : 5
195195 steps :
196196 - uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments