Skip to content

Commit 3238d6d

Browse files
committed
chore: bump github action runson to ubuntu-24.04
There is an error in github actions runner that runs on 22.04. This issue hasn't been rectified yet but the issue is not reported on 24.04 issue details: actions/runner-images#11985 So this bumps the action to run on ubuntu 24.04 Signed-off-by: Imran Pochi <imranpochi@microsoft.com>
1 parent 83b5fd9 commit 3238d6d

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-22.04
23+
runs-on: ubuntu-24.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-22.04
54+
runs-on: ubuntu-24.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-22.04
101+
runs-on: ubuntu-24.04
102102
timeout-minutes: 100
103103
needs:
104104
- build

0 commit comments

Comments
 (0)