[gnome-flashback/ci-devel] revert "ci: use ubuntu 21.04 image"




commit 89aa4bdd17c298d21c08b49e394028d2b2955fc2
Author: Alberts Muktupāvels <alberts muktupavels gmail com>
Date:   Tue Oct 26 14:52:34 2021 +0300

    revert "ci: use ubuntu 21.04 image"
    
    This reverts commit be30a4efed27ec4ab518deeea4516606cc309bde.

 .gitlab-ci.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ec8b937..a57c513 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -46,7 +46,7 @@ variables:
                   xkb-data
 
 menu:
-  image: ubuntu:hirsute
+  image: ubuntu:devel
   stage: validate
   except:
     - tags
@@ -59,7 +59,7 @@ menu:
       data/menus/gnome-flashback-applications.menu
 
 ubuntu:
-  image: ubuntu:hirsute
+  image: ubuntu:devel
   stage: build
   except:
     - tags
@@ -72,7 +72,7 @@ ubuntu:
     - make distcheck
 
 coverity:
-  image: ubuntu:hirsute
+  image: ubuntu:devel
   stage: analysis
   when: manual
   before_script:


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