gitlab-ci: bump ubuntu image to 22.04 LTS

Required for more recent glib
This commit is contained in:
George Kiagiadakis
2023-06-16 12:47:17 +03:00
parent db5bd534ce
commit 357105fa94

View File

@@ -59,12 +59,13 @@ include:
.ubuntu: .ubuntu:
variables: variables:
# Update this tag when you want to trigger a rebuild # Update this tag when you want to trigger a rebuild
FDO_DISTRIBUTION_TAG: '2023-03-24.1' FDO_DISTRIBUTION_TAG: '2023-06-16.1'
FDO_DISTRIBUTION_VERSION: '20.04' FDO_DISTRIBUTION_VERSION: '22.04'
FDO_DISTRIBUTION_PACKAGES: >- FDO_DISTRIBUTION_PACKAGES: >-
debhelper-compat debhelper-compat
findutils findutils
git git
meson
ninja-build ninja-build
pkg-config pkg-config
python3-pip python3-pip
@@ -75,8 +76,6 @@ include:
libgirepository1.0-dev libgirepository1.0-dev
doxygen doxygen
python3-lxml python3-lxml
FDO_DISTRIBUTION_EXEC: >-
pip3 install meson
.alpine: .alpine:
variables: variables: