From 279585c55504d602fbe53889402c166a98d9e4e0 Mon Sep 17 00:00:00 2001 From: Carlos Garnacho Date: Wed, 22 Feb 2023 12:40:07 +0100 Subject: [PATCH] ci: Update image This is necessary to get the gnome-desktop4 and libnma-gtk4 dependencies. Part-of: --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 915ecc527..b3fbc0281 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -13,7 +13,7 @@ stages: - deploy default: - image: registry.gitlab.gnome.org/gnome/mutter/fedora/37:x86_64-2022-12-22.0 + image: registry.gitlab.gnome.org/gnome/mutter/fedora/37:x86_64-2023-02-22.0 # Cancel jobs if newer commits are pushed to the branch interruptible: true # Auto-retry jobs in case of infra failures