[metacity/gnome-3-38] ci: use ubuntu 20.10 image



commit d8c8232931ae17de0b6e054266efdd1ccacef105
Author: Alberts Muktupāvels <alberts muktupavels gmail com>
Date:   Sun Mar 14 15:20:34 2021 +0200

    ci: use ubuntu 20.10 image

 .gitlab-ci.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 7a967c5b3..654f9be22 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -39,7 +39,7 @@ variables:
                   zenity
 
 ubuntu:
-  image: ubuntu:devel
+  image: ubuntu:groovy
   stage: build
   except:
     - tags
@@ -52,7 +52,7 @@ ubuntu:
     - make distcheck
 
 coverity:
-  image: ubuntu:devel
+  image: ubuntu:groovy
   stage: analysis
   when: manual
   before_script:


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