summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2020-05-04 12:52:35 +0100
committerTim-Philipp Müller <tim@centricular.com>2020-05-04 12:52:35 +0100
commitd2e491c9fccb434ddeb8f38af68c7107be5731c8 (patch)
tree631b9580c00f9bb2f372d28af94a763b61404e4b /.gitlab-ci.yml
parenta9c2846a89c4e74efbd7ef59fcfe7ff05efb2c5e (diff)
downloadlibnice-d2e491c9fccb434ddeb8f38af68c7107be5731c8.tar.gz
ci: update windows image
The old one (v8) was removed from the gstreamer registry it seems.
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 441b6cb..6343d76 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -79,7 +79,7 @@ build meson:
- build/
build msys2:
- image: 'registry.freedesktop.org/gstreamer/gst-ci/amd64/windows:v8'
+ image: 'registry.freedesktop.org/gstreamer/gst-ci/amd64/windows:v10'
stage: 'build'
tags:
- 'docker'