From 8d06bc8b645aaebee5feb38236cb8d295ffe950e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Wed, 31 Jul 2024 15:47:20 +0200 Subject: [PATCH] ci: Bump image node occasionally fails with an "Illegal instruction" error, which hopefully has been fixed by a package update. Part-of: --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index df97d556..96d30812 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -16,7 +16,7 @@ stages: - deploy default: - image: registry.gitlab.gnome.org/gnome/gnome-shell/fedora/40:2024-02-23.0 + image: registry.gitlab.gnome.org/gnome/gnome-shell/fedora/40:2024-07-11.0 # Cancel jobs if newer commits are pushed to the branch interruptible: true # Auto-retry jobs in case of infra failures