Skip to content

Commit c92866a

Browse files
igsilyaroseoriorden
authored andcommitted
github: Move CI to ubuntu 20.04 base image.
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. Acked-by: Dumitru Ceara <[email protected]> Signed-off-by: Ilya Maximets <[email protected]>
1 parent 91cb52f commit c92866a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-and-test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
build-linux:
77
env:
88
dependencies: |
9-
automake libtool gcc bc libjemalloc1 libjemalloc-dev \
9+
automake libtool gcc bc libjemalloc2 libjemalloc-dev \
1010
libssl-dev llvm-dev libelf-dev libnuma-dev libpcap-dev \
1111
ninja-build selinux-policy-dev
1212
AFXDP: ${{ matrix.afxdp }}
@@ -22,7 +22,7 @@ jobs:
2222
TESTSUITE: ${{ matrix.testsuite }}
2323

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

2828
strategy:

0 commit comments

Comments
 (0)