From: brian m. carlson Date: Thu, 31 Oct 2024 23:49:32 +0000 (+0000) Subject: gitlab-ci: switch from Ubuntu 16.04 to 20.04 X-Git-Tag: v2.48.0-rc0~24^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c85bcb5de163a658102bea058a1ea53aea1c5476;p=thirdparty%2Fgit.git gitlab-ci: switch from Ubuntu 16.04 to 20.04 Ubuntu 16.04 is past its normal LTS lifespan, so let's switch to Ubuntu 20.04 instead, which is the latest regular LTS version. Signed-off-by: brian m. carlson Signed-off-by: Taylor Blau --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 526ecfe030..a1bc92893f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -35,7 +35,7 @@ test:linux: parallel: matrix: - jobname: linux-old - image: ubuntu:16.04 + image: ubuntu:20.04 CC: gcc - jobname: linux-sha256 image: ubuntu:latest