summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/ghci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ghci.yml b/.github/workflows/ghci.yml
index 7f03965..c4c072b 100644
--- a/.github/workflows/ghci.yml
+++ b/.github/workflows/ghci.yml
@@ -33,11 +33,11 @@ jobs:
shell: '/usr/bin/docker exec dockerciimage sh -e {0}'
# Add an additional Windows build (MinGW-gcc via MSYS2) with no extras
- os: windows-2019
- msystem: MINGW64
+ msystem: MINGW32
cc: gcc
api: desktop
shell: 'msys2 {0}'
- package_prefix: mingw-w64-x86_64
+ package_prefix: mingw-w64-i686
# Add a best-effort build for UWP apps for Microsoft Store
- os: windows-2019
msystem: UCRT64