diff options
author | Christoph Reiter <reiter.christoph@gmail.com> | 2020-04-29 19:36:40 +0200 |
---|---|---|
committer | Christoph Reiter <reiter.christoph@gmail.com> | 2020-04-29 20:12:34 +0200 |
commit | 662539acf73c7c233c8def42c6c1557c40a7a3bd (patch) | |
tree | 9be87518bfe40b9f01fef05d24c6aa9e436ade96 /.gitlab-ci/test-msys2.sh | |
parent | 4a44c1b7bfc39af6258c8b837e58decb0e456a6a (diff) | |
download | gtk+-662539acf73c7c233c8def42c6c1557c40a7a3bd.tar.gz |
CI: Switch to new Windows runners
They use powershell instead of cmd.exe, use the tag win32-ps instead of win32,
and run Windows 2016 instead of 2012r2.
The old runners will be switched off in the comming weeks.
Diffstat (limited to '.gitlab-ci/test-msys2.sh')
-rw-r--r-- | .gitlab-ci/test-msys2.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci/test-msys2.sh b/.gitlab-ci/test-msys2.sh index 4b9f175c3f..554091bc21 100644 --- a/.gitlab-ci/test-msys2.sh +++ b/.gitlab-ci/test-msys2.sh @@ -34,7 +34,7 @@ pacman --noconfirm -S --needed \ mingw-w64-$MSYS2_ARCH-shared-mime-info # https://gitlab.gnome.org/GNOME/gtk/issues/2243 -wget "https://gitlab.gnome.org/creiter/gitlab-ci-win32-runner/raw/master/pango/mingw-w64-$MSYS2_ARCH-pango-1.44.7-1-any.pkg.tar.xz" +wget "https://gitlab.gnome.org/creiter/gitlab-ci-win32-runner-v2/raw/master/pango/mingw-w64-$MSYS2_ARCH-pango-1.44.7-1-any.pkg.tar.xz" pacman --noconfirm -U "mingw-w64-$MSYS2_ARCH-pango-1.44.7-1-any.pkg.tar.xz" mkdir -p _ccache |