summaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
Diffstat (limited to 'ci')
-rw-r--r--ci/docker/fedora/prepare.sh2
-rw-r--r--ci/docker/windows/Dockerfile2
2 files changed, 2 insertions, 2 deletions
diff --git a/ci/docker/fedora/prepare.sh b/ci/docker/fedora/prepare.sh
index 5e0563face..0ed4cb6e27 100644
--- a/ci/docker/fedora/prepare.sh
+++ b/ci/docker/fedora/prepare.sh
@@ -202,7 +202,7 @@ dnf builddep -y gstreamer1 \
python3-gstreamer1
dnf remove -y meson
-pip3 install meson==0.59.1 hotdoc python-gitlab
+pip3 install meson==0.60.3 hotdoc python-gitlab
# Remove gst-devel packages installed by builddep above
diff --git a/ci/docker/windows/Dockerfile b/ci/docker/windows/Dockerfile
index 59ebf79984..83fbca5168 100644
--- a/ci/docker/windows/Dockerfile
+++ b/ci/docker/windows/Dockerfile
@@ -44,7 +44,7 @@ RUN Get-ChildItem C:\BuildTools
RUN Get-ChildItem C:\BuildTools\VC\Tools\MSVC
RUN Get-ChildItem 'C:\Program Files (x86)\Windows Kits\10\lib'
-RUN pip3 install meson
+RUN pip3 install meson==0.60.3
RUN 'git config --global user.email "cirunner@gstreamer.freedesktop.org"; git config --global user.name "GStreamer CI system"'