Remove MINGW32 from regression test scripts

The MINGW32 test is failing randomly. It is not something that we
typically need anyhow, so give up and remove it.
This commit is contained in:
Stephen Williams 2023-12-17 19:52:01 -08:00
parent c6df820ff9
commit 68841d4670
1 changed files with 1 additions and 2 deletions

View File

@ -76,8 +76,7 @@ jobs:
fail-fast: false
matrix:
include: [
{ msystem: MINGW64, arch: x86_64 },
{ msystem: MINGW32, arch: i686 }
{ msystem: MINGW64, arch: x86_64 }
]
name: 🟪 ${{ matrix.msystem}} · ${{ matrix.arch }}
defaults: