summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2022-11-25 17:50:21 +0000
committerEmmanuele Bassi <ebassi@gnome.org>2022-11-25 17:50:21 +0000
commit5419f1f2f02399f2d02f75715fb6b2eb31c5d8f2 (patch)
treebc5bda8eb6b3335f6d88377daab1ae20025502ee /.gitlab-ci.yml
parent79a2e316359093e3c6afa507fe9e9913dcc536b3 (diff)
downloadgtk+-5419f1f2f02399f2d02f75715fb6b2eb31c5d8f2.tar.gz
ci: Update the gi-docgen dependencies
The python3-toml package is deprecated, and replaced by python3-tomli. At least, until we bump up the dependency to Fedora 37: then we can depend on Python 3.11, and its TOML parser in the standard library. See also: https://gitlab.gnome.org/GNOME/gi-docgen/-/merge_requests/168
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a78287b8b5..01ce57e927 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -26,7 +26,7 @@ variables:
BACKEND_FLAGS: "-Dx11-backend=true -Dwayland-backend=true -Dbroadway-backend=true"
FEATURE_FLAGS: "-Dvulkan=enabled -Dcloudproviders=enabled"
MESON_TEST_TIMEOUT_MULTIPLIER: 3
- FEDORA_IMAGE: "registry.gitlab.gnome.org/gnome/gtk/fedora:v38"
+ FEDORA_IMAGE: "registry.gitlab.gnome.org/gnome/gtk/fedora:v39"
FLATPAK_IMAGE: "quay.io/gnome_infrastructure/gnome-runtime-images:gnome-master"
.only-default: