Merge pull request #1051 from steveicarus/steveicarus/remove-mingw32-from-ci

Remove MINGW32 from regression test scripts
This commit is contained in:
Stephen Williams 2023-12-17 20:10:46 -08:00 committed by GitHub
commit 19f2cc7fcb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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: