Skip to content

Commit

Permalink
Remove MinGW 32-bit CI (#434)
Browse files Browse the repository at this point in the history
* CI: Enable automatic Mirror Updates for MSYS2 and bump libobjc2 rt version

* Remove MinGW 32-bit CI and pin runtime version at 2.0
  • Loading branch information
hmelder authored Aug 13, 2024
1 parent a5ed5db commit a306b27
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -181,14 +181,6 @@ jobs:
fail-fast: false
matrix:
include:
- name: Windows x86 MinGW GCC
allow-test-failures: true
arch: i686
msystem: MINGW32
library-combo: gnu-gnu-gnu
CC: gcc
CXX: g++

- name: Windows x64 MinGW GCC
arch: x86_64
msystem: MINGW64
Expand Down Expand Up @@ -283,6 +275,7 @@ jobs:
if: env.CC == 'gcc'
with:
msystem: ${{ matrix.msystem }}
update: true
install: >
mingw-w64-${{matrix.arch}}-gcc-objc
Expand Down

0 comments on commit a306b27

Please sign in to comment.