MSYS no longer supports 32-bit Windows, so disable it in CI.

This commit is contained in:
Alexander Shaduri
2025-04-25 12:12:52 +04:00
parent 6fe5b43bc1
commit f62de567df
+2 -1
View File
@@ -122,7 +122,8 @@ jobs:
matrix:
include: [
{ msystem: MINGW64, arch: x86_64, platform: win64, urlpath: mingw64 },
{ msystem: MINGW32, arch: i686, platform: win32, urlpath: mingw32 }
# MSYS2 no longer supports for 32-bit Windows.
# { msystem: MINGW32, arch: i686, platform: win32, urlpath: mingw32 }
]
steps: