File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed
Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 1- # Copyright (c) 2021-2024 Morwenn
1+ # Copyright (c) 2021-2025 Morwenn
22# SPDX-License-Identifier: MIT
33
44name : MinGW-w64 Builds
2323
2424jobs :
2525 build :
26- runs-on : windows-2019
26+ runs-on : windows-2022
2727
2828 strategy :
2929 fail-fast : false
3838 working-directory : ${{runner.workspace}}
3939 run : |
4040 cmake -H${{github.event.repository.name}} -Bbuild `
41- -DCMAKE_CONFIGURATION_TYPES=${{matrix.build_type}} `
4241 -DCMAKE_BUILD_TYPE=${{matrix.build_type}} `
4342 -G"MinGW Makefiles" `
4443 -DCPPSORT_BUILD_EXAMPLES=ON
Original file line number Diff line number Diff line change 1- # Copyright (c) 2021-2024 Morwenn
1+ # Copyright (c) 2021-2025 Morwenn
22# SPDX-License-Identifier: MIT
33
44name : MSVC Builds
2323
2424jobs :
2525 build :
26- runs-on : windows-2019
26+ runs-on : windows-2022
2727
2828 strategy :
2929 fail-fast : false
4444 cmake -H${{github.event.repository.name}} -Bbuild `
4545 -DCMAKE_CONFIGURATION_TYPES=${{matrix.config.build_type}} `
4646 -DCMAKE_BUILD_TYPE=${{matrix.config.build_type}} `
47- -G"Visual Studio 16 2019 " -A x64 ${{matrix.config.build_tools}} `
47+ -G"Visual Studio 17 2022 " -A x64 ${{matrix.config.build_tools}} `
4848 -DCPPSORT_BUILD_EXAMPLES=ON
4949
5050 - name : Build the test suite
You can’t perform that action at this time.
0 commit comments