Merge pull request #1051 from steveicarus/steveicarus/remove-mingw32-from-ci
Remove MINGW32 from regression test scripts
This commit is contained in:
commit
19f2cc7fcb
|
|
@ -76,8 +76,7 @@ jobs:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
include: [
|
include: [
|
||||||
{ msystem: MINGW64, arch: x86_64 },
|
{ msystem: MINGW64, arch: x86_64 }
|
||||||
{ msystem: MINGW32, arch: i686 }
|
|
||||||
]
|
]
|
||||||
name: 🟪 ${{ matrix.msystem}} · ${{ matrix.arch }}
|
name: 🟪 ${{ matrix.msystem}} · ${{ matrix.arch }}
|
||||||
defaults:
|
defaults:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue