From 76f19d879e8c48e4e6414f2c26592771f807d2db Mon Sep 17 00:00:00 2001 From: Nicolas Werner Date: Thu, 9 Jan 2025 18:43:52 +0100 Subject: [PATCH] Use ubuntu 24.10 for flatpak to fix flatpak builder issue --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 215393ce..d84f1927 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -325,7 +325,8 @@ codesign-macos-as: build-flatpak: stage: build image: - name: ${CI_DEPENDENCY_PROXY_GROUP_IMAGE_PREFIX}/ubuntu:latest + # need flatpak builder 1.4.4 + name: ${CI_DEPENDENCY_PROXY_GROUP_IMAGE_PREFIX}/ubuntu:rolling #docker: # platform: ${ARCH} #image: 'registry.gitlab.gnome.org/gnome/gnome-runtime-images/gnome:master'