diff options
author | brian m. carlson <sandals@crustytoothpaste.net> | 2024-11-01 00:49:32 +0100 |
---|---|---|
committer | Taylor Blau <me@ttaylorr.com> | 2024-11-01 15:54:18 +0100 |
commit | c85bcb5de163a658102bea058a1ea53aea1c5476 (patch) | |
tree | 8f7fd0754bf90cf0002911f3005207bd6d4af33c | |
parent | The sixth batch (diff) | |
download | git-c85bcb5de163a658102bea058a1ea53aea1c5476.tar.xz git-c85bcb5de163a658102bea058a1ea53aea1c5476.zip |
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>
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |