mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-09 10:20:07 +00:00
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:
parent
85d822b2e8
commit
f16b34f286
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user