Skip to content

Commit b789e9a

Browse files
committed
chore: bump github action runson ubuntu22.04,as ubuntu20.04 is deprecated
Signed-off-by: Lan Liang <gcslyp@gmail.com>
1 parent 1483b97 commit b789e9a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/e2e.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ env:
2020
jobs:
2121
build:
2222
name: build
23-
runs-on: ubuntu-20.04
23+
runs-on: ubuntu-22.04
2424
steps:
2525
- name: Check out code
2626
uses: actions/checkout@v4
@@ -51,7 +51,7 @@ jobs:
5151
path: _output/konnectivity-agent.tar
5252
kind-e2e:
5353
name: kind-e2e
54-
runs-on: ubuntu-20.04
54+
runs-on: ubuntu-22.04
5555
timeout-minutes: 100
5656
needs:
5757
- build
@@ -98,7 +98,7 @@ jobs:
9898
run: make test-e2e-ci
9999
e2e:
100100
name: e2e
101-
runs-on: ubuntu-20.04
101+
runs-on: ubuntu-22.04
102102
timeout-minutes: 100
103103
needs:
104104
- build

0 commit comments

Comments
 (0)