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 <sandals@crustytoothpaste.net>
Signed-off-by: Taylor Blau <me@ttaylorr.com>
This commit is contained in:
brian m. carlson
2024-10-31 23:49:32 +00:00
committed by Taylor Blau
parent 23d289d273
commit c85bcb5de1

View 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