CI: switch MSYS2 jobs to 64bit

g-i randomly fails, maybe its a 32bit toolchain issue, so try switching
to 64bit which should be more tested/used nowadays.
This commit is contained in:
Christoph Reiter 2020-06-01 18:09:45 +02:00
parent 92f11144f3
commit 366374a3a0

View File

@ -64,9 +64,9 @@ reference:
- gdk3-docs.tar.xz
- gtk3-docs.tar.xz
msys2-mingw32-meson:
msys2-mingw64-meson:
variables:
MSYSTEM: "MINGW32"
MSYSTEM: "MINGW64"
CHERE_INVOKING: "yes"
stage: build
tags:
@ -80,10 +80,10 @@ msys2-mingw32-meson:
paths:
- "_build/meson-logs"
msys2-mingw32-autotools:
msys2-mingw64-autotools:
when: manual
variables:
MSYSTEM: "MINGW32"
MSYSTEM: "MINGW64"
CHERE_INVOKING: "yes"
stage: build
tags: