File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -18,15 +18,15 @@ jobs:
1818 fail-fast : false
1919 matrix :
2020 include :
21- - os : windows-latest
21+ - os : windows-2025
2222 cmake_preset : windows-x86-debug
2323 build_conf : Debug
2424 devenv_arch : amd64_x86
25- - os : windows-latest
25+ - os : windows-2025
2626 cmake_preset : windows-x64-debug
2727 build_conf : Debug
2828 devenv_arch : amd64
29- - os : windows-latest
29+ - os : windows-2025
3030 cmake_preset : windows-x64-release
3131 build_conf : RelWithDebInfo
3232 devenv_arch : amd64
5151 - name : Create build environment
5252 run : cmake -E make_directory ${{ github.workspace }}/build
5353
54- -
uses :
ilammy/ msvc-dev[email protected] 54+ - uses : TheMrMilchmann/setup- msvc-dev@v4
5555 if : runner.os == 'Windows'
5656 with :
5757 arch : ${{ matrix.devenv_arch }}
You can’t perform that action at this time.
0 commit comments