Remove 32-bit MinGW from CI matrix

32-bit MinGW is being phased out:

https://www.msys2.org/news/#2023-12-13-starting-to-drop-some-32-bit-packages

With eigen3 and glog packages now removed, Ceres Solver no longer can be
built using stock MinGW. Therefore, we remove the support altogether.

Change-Id: I42d4ca3d15e7f3a5ddfa2eae409db7d87aed99ea
This commit is contained in:
Sergiu Deitsch
2024-05-20 13:54:52 +02:00
parent f71181a92d
commit 715865101c
+1 -3
View File
@@ -15,11 +15,9 @@ jobs:
fail-fast: true
matrix:
build_type: [Release]
sys: [mingw32, mingw64]
sys: [mingw64]
lib: [shared, static]
include:
- sys: mingw32
env: i686
- sys: mingw64
env: x86_64