Skip to content

Commit 40396cc

Browse files
committed
chore: use ubuntu-22.04 for e2e
1 parent 0c7a60e commit 40396cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ jobs:
295295
test-e2e:
296296
name: Run e2e tests
297297
needs: build
298-
runs-on: ubuntu-latest
298+
runs-on: ubuntu-22.04
299299
timeout-minutes: 25
300300
steps:
301301
- name: Checkout repo
@@ -351,7 +351,7 @@ jobs:
351351
test-e2e-proxy:
352352
name: Run e2e tests behind proxy
353353
needs: build
354-
runs-on: ubuntu-latest
354+
runs-on: ubuntu-22.04
355355
timeout-minutes: 25
356356
steps:
357357
- name: Checkout repo

0 commit comments

Comments
 (0)