From 357105fa94316541e97ef91a0f3e1eb4460eadee Mon Sep 17 00:00:00 2001 From: George Kiagiadakis Date: Fri, 16 Jun 2023 12:47:17 +0300 Subject: [PATCH] gitlab-ci: bump ubuntu image to 22.04 LTS Required for more recent glib --- .gitlab-ci.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 95045733..30a47787 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -59,12 +59,13 @@ include: .ubuntu: variables: # Update this tag when you want to trigger a rebuild - FDO_DISTRIBUTION_TAG: '2023-03-24.1' - FDO_DISTRIBUTION_VERSION: '20.04' + FDO_DISTRIBUTION_TAG: '2023-06-16.1' + FDO_DISTRIBUTION_VERSION: '22.04' FDO_DISTRIBUTION_PACKAGES: >- debhelper-compat findutils git + meson ninja-build pkg-config python3-pip @@ -75,8 +76,6 @@ include: libgirepository1.0-dev doxygen python3-lxml - FDO_DISTRIBUTION_EXEC: >- - pip3 install meson .alpine: variables: