summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorXavier Claessens <xavier.claessens@collabora.com>2022-03-14 08:56:16 -0400
committerXavier Claessens <xavier.claessens@collabora.com>2022-03-14 08:56:54 -0400
commit69863131bdb4ff7f5b51e17f50b0a83522fcc822 (patch)
tree735fbf98d83cf15d3822a5f22fe2f5facbba3256 /.gitlab-ci.yml
parent0fa792393792a4ae455e138b16606afbc2533f10 (diff)
Bump Meson requirement to >=0.60.0
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1934>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 731a6a809c..0d6e3c5f7a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -25,9 +25,9 @@ variables:
# If you are hacking on them or need a them to rebuild, its enough
# to change any part of the string of the image you want.
###
- FEDORA_TAG: '2021-12-03.1'
+ FEDORA_TAG: '2022-03-14.0'
INDENT_TAG: '2021-10-04.0'
- WINDOWS_TAG: "2022-03-09.0"
+ WINDOWS_TAG: "2022-03-14.0"
GST_UPSTREAM_REPO: 'gstreamer/gstreamer'
FDO_UPSTREAM_REPO: 'gstreamer/gstreamer'