[gnome-panel/wip/muktupavels/issue-35] ci: use ubuntu 21.04 image



commit 897b94968109fefc963bcc75c742a67292ab193d
Author: Alberts Muktupāvels <alberts muktupavels gmail com>
Date:   Thu Oct 21 17:03:28 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 39f7c3927..2f69135bd 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]