]> git.ipfire.org Git - thirdparty/git.git/commitdiff
gitlab-ci: switch from Ubuntu 16.04 to 20.04
authorbrian m. carlson <sandals@crustytoothpaste.net>
Thu, 31 Oct 2024 23:49:32 +0000 (23:49 +0000)
committerTaylor Blau <me@ttaylorr.com>
Fri, 1 Nov 2024 14:54:18 +0000 (10:54 -0400)
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 <sandals@crustytoothpaste.net>
Signed-off-by: Taylor Blau <me@ttaylorr.com>
.gitlab-ci.yml

index 526ecfe030a43e0a5a83ddd35cb7c96d46ab2485..a1bc92893f27d6dd404133686b71c8061e55618c 100644 (file)
@@ -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