Skip to content

Commit c85bcb5

Browse files
bk2204ttaylorr
authored andcommitted
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 <[email protected]> Signed-off-by: Taylor Blau <[email protected]>
1 parent 23d289d commit c85bcb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ test:linux:
3535
parallel:
3636
matrix:
3737
- jobname: linux-old
38-
image: ubuntu:16.04
38+
image: ubuntu:20.04
3939
CC: gcc
4040
- jobname: linux-sha256
4141
image: ubuntu:latest

0 commit comments

Comments
 (0)