Skip to content

Commit

Permalink
github: Move CI to ubuntu 20.04 base image.
Browse files Browse the repository at this point in the history
18.04 image is deprecated and will disappear soon.  Also some
slowdowns and brownouts are planned to push users away from
this deprecated version:

  actions/runner-images#6002

Moving to 20.04.  Can't move to 22.04 at the moment because of
deprecation warnings from openssl 3.0.

Signed-off-by: Ilya Maximets <[email protected]>
Signed-off-by: 0-day Robot <[email protected]>
  • Loading branch information
igsilya authored and ovsrobot committed Aug 8, 2022
1 parent 1fd336c commit 4badf5d
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 @@ -6,7 +6,7 @@ jobs:
build-linux:
env:
dependencies: |
automake libtool gcc bc libjemalloc1 libjemalloc-dev \
automake libtool gcc bc libjemalloc2 libjemalloc-dev \
libssl-dev llvm-dev libelf-dev libnuma-dev libpcap-dev \
ninja-build selinux-policy-dev
AFXDP: ${{ matrix.afxdp }}
Expand All @@ -22,7 +22,7 @@ jobs:
TESTSUITE: ${{ matrix.testsuite }}

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

strategy:
Expand Down

0 comments on commit 4badf5d

Please sign in to comment.