From c3bb769467d53c629aaf02989a639d9db6ff775c Mon Sep 17 00:00:00 2001 From: Tim Blechmann Date: Thu, 2 Nov 2023 19:43:50 +0800 Subject: [PATCH] ci: try mingw builds --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0a1a648..19a0b20 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -278,7 +278,7 @@ jobs: cxxstd: "11,14,17,2a" addrmd: 64 cxxflags: "cxxflags=-Wa,-mbig-obj" - supported: "Too many unknowns to get this compiler working - gcc-8.1" + supported: true os: windows-2019 needs: [runner-selection]