Skip to content

Commit

Permalink
Increase mingw version
Browse files Browse the repository at this point in the history
  • Loading branch information
mikir committed Dec 13, 2024
1 parent 55dd507 commit a05077d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build_windows_cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ jobs:
- { os: "windows-2022", mingw-version: "11.2.0", cxx-standard: "17", build-type: "Release" }
- { os: "windows-2022", mingw-version: "11.2.0", cxx-standard: "17", build-type: "Debug" }

- { os: "windows-2022", mingw-version: "12.0.0", cxx-standard: "17", build-type: "Release" }
- { os: "windows-2022", mingw-version: "12.0.0", cxx-standard: "17", build-type: "Debug" }

runs-on: ${{matrix.os}}
name: "\
${{matrix.os}}-\
Expand Down

0 comments on commit a05077d

Please sign in to comment.