From 0fdb68671417ab570224b405a264035b63c374a8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Olivier=20Cr=C3=AAte?= Date: Fri, 6 Dec 2019 14:20:11 -0500 Subject: [PATCH] gitlab-ci: Move CI to Windows 1809 builder Also upgrade to Windows image v8 as the image needs to match the host --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 120dd4c..be3d1b0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -80,12 +80,12 @@ build meson: - build/ build msys2: - image: 'registry.freedesktop.org/gstreamer/gst-ci/amd64/windows:v6' + image: 'registry.freedesktop.org/gstreamer/gst-ci/amd64/windows:v8' stage: 'build' tags: - 'docker' - 'windows' - - '1607' + - '1809' variables: MESON_ARGS: > --prefix=${CI_PROJECT_DIR}/libnice-prefix -- 2.7.4