From 0b45bc87c0d80c54063c03bf967c3eb966a2405b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20=C3=85dahl?= Date: Thu, 18 Aug 2022 18:43:54 +0200 Subject: [PATCH] ci: Use F36 image from mutter Part-of: --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 80a76926a..cc2cf653a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -13,7 +13,7 @@ stages: - deploy default: - image: registry.gitlab.gnome.org/gnome/mutter/fedora/35:x86_64-2022-08-02.0 + image: registry.gitlab.gnome.org/gnome/mutter/fedora/36:x86_64-2022-08-18.0 # Cancel jobs if newer commits are pushed to the branch interruptible: true # Auto-retry jobs in case of infra failures