Skip to content

Commit 70cf7b8

Browse files
mkannwischerhanno-becker
authored andcommitted
(Temporarily) disable Mingw-w64 5.4.0 quickchecks
CI is failing to install the Mingw-w64 toolchain due to sourceforge.net returning (403) Forbidden. Other versions work fine. This commits (temporarily) disables Mingw-w64 5.4.0. Signed-off-by: Matthias J. Kannwischer <matthias@kannwischer.eu>
1 parent a5e6199 commit 70cf7b8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/base.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,8 @@ jobs:
187187
strategy:
188188
fail-fast: false
189189
matrix:
190-
mingw-version: [5.4.0, 11.2.0, 12.2.0, 13.2.0, 14.2.0, 15.2.0]
190+
# TODO: re-enable 5.4.0 or other old version
191+
mingw-version: [11.2.0, 12.2.0, 13.2.0, 14.2.0, 15.2.0]
191192
name: Quickcheck (Mingw-w64 ${{ matrix.mingw-version }})
192193
runs-on: windows-latest
193194
steps:

0 commit comments

Comments
 (0)