aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoroldmud0 <oldmud0@users.noreply.github.com>2020-08-18 12:39:58 -0500
committeroldmud0 <oldmud0@users.noreply.github.com>2020-08-18 12:40:16 -0500
commit76af6c030f337d97117331bb7c66bc8e37782d1a (patch)
treeca71f61547625fbed718db56baf3020abcf0247f
parente88f885a9f69909bd759b8cc81e089f85ee58930 (diff)
CI: Pin Linux target to Ubuntu 16.04 (Qt 5.9.5)
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e0b0886f..faa01d44 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