[gnome-panel/gnome-3-40] ci: use ubuntu 21.04 image



commit e40bb1900a4815cbe477fa9b00c3c4ecf6ca1efd
Author: Alberts Muktupāvels <alberts muktupavels gmail com>
Date:   Thu May 13 19:46:04 2021 +0300

    ci: use ubuntu 21.04 image

 .gitlab-ci.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 9cc547bf1..f017e0485 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -39,7 +39,7 @@ variables:
                   yelp-tools
 
 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:


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]