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
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -24,8 +24,8 @@ jobs:
24
24
build_mingw:
25
25
strategy:
26
26
matrix:
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
28
-
os: [windows-2022]
27
+
#only use the latest windows-* as the installed toolchain is identical
0 commit comments