Skip to content

Commit 4117485

Browse files
committed
run e2e tests on ubuntu-22.04 to avoid containerd seg faults
1 parent 68d1ace commit 4117485

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646

4747
e2e:
4848
name: e2e
49-
runs-on: ubuntu-latest
49+
runs-on: ubuntu-22.04
5050
timeout-minutes: 100
5151
needs:
5252
- build

.github/workflows/npa.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747

4848
e2e_npa:
4949
name: e2e_npa
50-
runs-on: ubuntu-latest
50+
runs-on: ubuntu-22.04
5151
timeout-minutes: 100
5252
needs:
5353
- build

0 commit comments

Comments
 (0)