Skip to content

Commit 45e64ca

Browse files
committed
(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. I opened #650 to track this issue. Signed-off-by: Matthias J. Kannwischer <[email protected]>
1 parent 7b33a4c commit 45e64ca

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
@@ -188,7 +188,8 @@ jobs:
188188
strategy:
189189
fail-fast: false
190190
matrix:
191-
mingw-version: [5.4.0, 11.2.0, 12.2.0, 13.2.0, 14.2.0, 15.2.0]
191+
# TODO: re-enable 5.4.0 or other old version
192+
mingw-version: [11.2.0, 12.2.0, 13.2.0, 14.2.0, 15.2.0]
192193
name: Quickcheck (Mingw-w64 ${{ matrix.mingw-version }})
193194
runs-on: windows-latest
194195
steps:

0 commit comments

Comments
 (0)