You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/CI-mingw.yml
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -24,9 +24,8 @@ jobs:
24
24
build_mingw:
25
25
strategy:
26
26
matrix:
27
-
# the MinGW installation in windows-2019 is supposed to be 8.1 but it is 12.2
28
27
# the MinGW installation in windows-2022 is not including all necessary packages by default, so just use the older image instead - package versions are he same
29
-
os: [windows-2019]
28
+
os: [windows-2022]
30
29
fail-fast: false
31
30
32
31
runs-on: ${{ matrix.os }}
@@ -40,9 +39,12 @@ jobs:
40
39
uses: msys2/setup-msys2@v2
41
40
with:
42
41
release: false # use pre-installed
42
+
# TODO: install mingw-w64-x86_64-make and use mingw32.make instead - currently fails with "Windows Subsystem for Linux has no installed distributions."
0 commit comments