Merge pull request #4457 from cold-brewed/gha-disable-32

GHA: Disable 32-bit windows builds
This commit is contained in:
Miran Grča
2024-05-17 23:46:31 +02:00
committed by GitHub

View File

@@ -67,9 +67,9 @@ jobs:
environment:
# - msystem: MSYS
# toolchain: ./cmake/flags-gcc-x86_64.cmake
- msystem: MINGW32
prefix: mingw-w64-i686
toolchain: ./cmake/flags-gcc-i686.cmake
# - msystem: MINGW32
# prefix: mingw-w64-i686
# toolchain: ./cmake/flags-gcc-i686.cmake
- msystem: MINGW64
prefix: mingw-w64-x86_64
toolchain: ./cmake/flags-gcc-x86_64.cmake