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>maint
parent
23d289d273
commit
c85bcb5de1
|
@ -35,7 +35,7 @@ test:linux:
|
||||||
parallel:
|
parallel:
|
||||||
matrix:
|
matrix:
|
||||||
- jobname: linux-old
|
- jobname: linux-old
|
||||||
image: ubuntu:16.04
|
image: ubuntu:20.04
|
||||||
CC: gcc
|
CC: gcc
|
||||||
- jobname: linux-sha256
|
- jobname: linux-sha256
|
||||||
image: ubuntu:latest
|
image: ubuntu:latest
|
||||||
|
|
Loading…
Reference in New Issue