diff options
author | José Expósito <jose.exposito89@gmail.com> | 2022-07-11 07:58:35 +0200 |
---|---|---|
committer | Marge Bot <marge-bot@gnome.org> | 2022-07-14 22:29:56 +0000 |
commit | cddf30c1dfd848698f648d7b4290ba8f1fa53683 (patch) | |
tree | 0c170ff7c1ad33c299bbdfcb5f24e3088df58720 /.gitlab-ci.yml | |
parent | ab3931fec8d2a585910733b696f26312a6bb0894 (diff) | |
download | mutter-cddf30c1dfd848698f648d7b4290ba8f1fa53683.tar.gz |
ci: Update Wayland to v1.21.0
Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1962>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index daa39f6ff..fb6970606 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -18,7 +18,7 @@ variables: .mutter.fedora:35@common: variables: FDO_DISTRIBUTION_VERSION: 35 - BASE_TAG: '2022-06-28.0' + BASE_TAG: '2022-07-11.0' FDO_DISTRIBUTION_PACKAGES: asciidoc clang @@ -74,7 +74,7 @@ variables: ./.gitlab-ci/install-meson-project.sh \ https://gitlab.freedesktop.org/wayland/wayland.git \ - 1.20.0 . && + 1.21.0 . && ./.gitlab-ci/install-meson-project.sh \ https://gitlab.freedesktop.org/wayland/wayland-protocols.git \ |