Skip to content

Commit

Permalink
ci: Update the GitHub Ubuntu runner image to Ubuntu 22.04.
Browse files Browse the repository at this point in the history
Updating this image is a requirement for the kernel system-traffic
tests to pass on Ubuntu. In addition, 20.04 might be replaced,
as soon as 24.04 comes out. Or we need to do this when it becomes
EOL in April 2025.

Signed-off-by: Eelco Chaudron <[email protected]>
Acked-by: Simon Horman <[email protected]>
Signed-off-by: 0-day Robot <[email protected]>
  • Loading branch information
chaudron authored and ovsrobot committed Dec 19, 2023
1 parent 9526696 commit 19cc0c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
name: dpdk gcc
outputs:
dpdk_key: ${{ steps.gen_dpdk_key.outputs.key }}
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
timeout-minutes: 30

steps:
Expand Down Expand Up @@ -89,7 +89,7 @@ jobs:
TESTSUITE: ${{ matrix.testsuite }}

name: linux ${{ join(matrix.*, ' ') }}
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
timeout-minutes: 30

strategy:
Expand Down

0 comments on commit 19cc0c5

Please sign in to comment.