This repository was archived by the owner on Feb 23, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -26,56 +26,56 @@ permissions:
2626
2727jobs :
2828 build :
29- runs-on : ${{ matrix.os }}
29+ runs-on : windows-2022
3030
3131 strategy :
3232 fail-fast : false
3333
3434 matrix :
35- os : [windows-2019, windows-2022 ]
35+ toolver : ['14.29', '14' ]
3636 build_type : [x64-Debug, x64-Release]
3737 arch : [amd64]
3838 include :
39- - os : windows-2019
39+ - toolver : ' 14.29 '
4040 build_type : x86-Debug
4141 arch : amd64_x86
42- - os : windows-2019
42+ - toolver : ' 14.29 '
4343 build_type : x86-Release
4444 arch : amd64_x86
45- - os : windows-2022
45+ - toolver : ' 14 '
4646 build_type : x86-Debug
4747 arch : amd64_x86
48- - os : windows-2022
48+ - toolver : ' 14 '
4949 build_type : x86-Release
5050 arch : amd64_x86
51- - os : windows-2022
51+ - toolver : ' 14 '
5252 build_type : arm64-Debug
5353 arch : amd64_arm64
54- - os : windows-2022
54+ - toolver : ' 14 '
5555 build_type : arm64-Release
5656 arch : amd64_arm64
57- - os : windows-2022
57+ - toolver : ' 14 '
5858 build_type : arm64ec-Debug
5959 arch : amd64_arm64
60- - os : windows-2022
60+ - toolver : ' 14 '
6161 build_type : arm64ec-Release
6262 arch : amd64_arm64
63- - os : windows-2022
63+ - toolver : ' 14 '
6464 build_type : x64-Debug-Clang
6565 arch : amd64
66- - os : windows-2022
66+ - toolver : ' 14 '
6767 build_type : x64-Release-Clang
6868 arch : amd64
69- - os : windows-2022
69+ - toolver : ' 14 '
7070 build_type : x86-Debug-Clang
7171 arch : amd64_x86
72- - os : windows-2022
72+ - toolver : ' 14 '
7373 build_type : x86-Release-Clang
7474 arch : amd64_x86
75- - os : windows-2022
75+ - toolver : ' 14 '
7676 build_type : arm64-Debug-Clang
7777 arch : amd64_arm64
78- - os : windows-2022
78+ - toolver : ' 14 '
7979 build_type : arm64-Release-Clang
8080 arch : amd64_arm64
8181
8888 - uses : ilammy/msvc-dev-cmd@0b201ec74fa43914dc39ae48a89fd1d8cb592756 # v1.13.0
8989 with :
9090 arch : ${{ matrix.arch }}
91+ toolset : ${{ matrix.toolver }}
9192
9293 - name : ' Configure CMake'
9394 working-directory : ${{ github.workspace }}
You can’t perform that action at this time.
0 commit comments