ci: Bump image
GLib 2.79.2 split out platform specific API into separate GIRs, and gjs now warns when using affected API without the new import. However our CI image still only includes the 2.79.1 development release, so in order to allow gnome-shell to depend on a more recent glib release, bump the image to pull in a newer version. Related: https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/3288 Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/3723>
This commit is contained in:
parent
0f11ef6c12
commit
3155cf514c
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ variables:
|
|||
- .skip-git-clone
|
||||
variables:
|
||||
FDO_DISTRIBUTION_VERSION: 40
|
||||
BASE_TAG: '2024-02-23.0'
|
||||
BASE_TAG: '2024-04-29.0'
|
||||
MUTTER_USER: 'meta-user'
|
||||
FDO_DISTRIBUTION_PACKAGES:
|
||||
asciidoc
|
||||
|
|
Loading…
Reference in a new issue