diff options
| author | oldmud0 <oldmud0@users.noreply.github.com> | 2020-08-18 12:39:58 -0500 |
|---|---|---|
| committer | oldmud0 <oldmud0@users.noreply.github.com> | 2020-08-18 12:40:16 -0500 |
| commit | 76af6c030f337d97117331bb7c66bc8e37782d1a (patch) | |
| tree | ca71f61547625fbed718db56baf3020abcf0247f | |
| parent | e88f885a9f69909bd759b8cc81e089f85ee58930 (diff) | |
CI: Pin Linux target to Ubuntu 16.04 (Qt 5.9.5)
| -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 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 |
