CI: Switch to 64bit mingw for the MSYS2 job

64 bit is more common now and also tests more things because
sizeof(glong) != sizeof(gpointer)
This commit is contained in:
Christoph Reiter 2020-06-14 20:02:46 +02:00
parent 85d822b2e8
commit f16b34f286

View File

@ -110,10 +110,10 @@ release-build:
- subprojects/libepoxy/
- subprojects/pango/
msys2-mingw32:
msys2-mingw64:
extends: .mingw-defaults
variables:
MSYSTEM: "MINGW32"
MSYSTEM: "MINGW64"
CHERE_INVOKING: "yes"
.flatpak-defaults: