diff options
author | Christoph Reiter <reiter.christoph@gmail.com> | 2020-06-14 20:02:46 +0200 |
---|---|---|
committer | Christoph Reiter <reiter.christoph@gmail.com> | 2020-06-14 20:02:46 +0200 |
commit | f16b34f286baeb812f3d8c0a7c9a00fb6684f1c3 (patch) | |
tree | 71eab966d8e667d6d61e74952b6363dbb0c93062 /.gitlab-ci.yml | |
parent | 85d822b2e8ed48526313ad9b8c131c1827368ae9 (diff) | |
download | gtk+-f16b34f286baeb812f3d8c0a7c9a00fb6684f1c3.tar.gz |
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)
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1f9cd0f906..a4465cff4f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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: |