From 76af6c030f337d97117331bb7c66bc8e37782d1a Mon Sep 17 00:00:00 2001 From: oldmud0 Date: Tue, 18 Aug 2020 12:39:58 -0500 Subject: [PATCH] CI: Pin Linux target to Ubuntu 16.04 (Qt 5.9.5) --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e0b0886..faa01d4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -15,7 +15,7 @@ before_script: - echo Current working directory is $(pwd) build linux x86_64: - image: ubuntu + image: ubuntu:18.04 stage: build tags: - docker