Skip to content

Commit db689f4

Browse files
committed
try older ubuntu
1 parent 35f95dd commit db689f4

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/test.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ permissions:
3131
jobs:
3232
download-browser:
3333
name: Download Replay browser
34-
runs-on: ubuntu-latest
34+
runs-on: ubuntu-22.04
3535
timeout-minutes: 2
3636
steps:
3737
- name: Download
@@ -43,7 +43,7 @@ jobs:
4343
path: macOS-replay-playwright.tar.xz
4444
preview-branch:
4545
name: Wait for Vercel Preview Branch
46-
runs-on: ubuntu-latest
46+
runs-on: ubuntu-22.04
4747
steps:
4848
- name: Waiting for 200 from the Vercel Preview
4949
uses: patrickedqvist/wait-for-vercel-preview@v1.3.1
@@ -57,7 +57,7 @@ jobs:
5757
url: ${{ steps.waitFor200.outputs.url }}
5858
generate-test-run-id:
5959
name: Generate Test Run ID
60-
runs-on: ubuntu-latest
60+
runs-on: ubuntu-22.04
6161
steps:
6262
- run: yarn add uuid
6363
shell: sh
@@ -70,7 +70,7 @@ jobs:
7070
testRunId: ${{ steps.uuid.outputs.result }}
7171
e2etest:
7272
name: End-to-end tests (${{ matrix.shard }})
73-
runs-on: ubuntu-latest
73+
runs-on: ubuntu-22.04
7474
needs: [preview-branch, generate-test-run-id]
7575
strategy:
7676
# GH cancels other matrixed jobs by default if one fails. We want all E2E jobs to complete.
@@ -140,7 +140,7 @@ jobs:
140140
public: true
141141
authenticated-e2etest:
142142
name: Authenticated end-to-end tests (${{ matrix.shard }})
143-
runs-on: ubuntu-latest
143+
runs-on: ubuntu-22.04
144144
needs: [preview-branch, generate-test-run-id]
145145
strategy:
146146
# GH cancels other matrixed jobs by default if one fails. We want all E2E jobs to complete.
@@ -201,7 +201,7 @@ jobs:
201201
public: true
202202
unit-test:
203203
name: Unit Tests
204-
runs-on: ubuntu-latest
204+
runs-on: ubuntu-22.04
205205
timeout-minutes: 5
206206
steps:
207207
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)