summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlberts Muktupāvels <alberts.muktupavels@gmail.com>2021-05-13 19:49:21 +0300
committerAlberts Muktupāvels <alberts.muktupavels@gmail.com>2021-10-22 20:04:15 +0300
commitf2e22abc678be6dc8c7a5739976ace0775eed499 (patch)
treeb6a83ef245f7fa08da123005f701987f6658fe3b
parentacc3173d96ade0c23556c61eedc8f4081d2ecfe1 (diff)
downloadmetacity-f2e22abc678be6dc8c7a5739976ace0775eed499.tar.gz
ci: use ubuntu 21.04 image
-rw-r--r--.gitlab-ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 7a967c5b..5518548b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -39,7 +39,7 @@ variables:
zenity
ubuntu:
- image: ubuntu:devel
+ image: ubuntu:hirsute
stage: build
except:
- tags
@@ -52,7 +52,7 @@ ubuntu:
- make distcheck
coverity:
- image: ubuntu:devel
+ image: ubuntu:hirsute
stage: analysis
when: manual
before_script: