File tree Expand file tree Collapse file tree 4 files changed +48
-44
lines changed Expand file tree Collapse file tree 4 files changed +48
-44
lines changed Original file line number Diff line number Diff line change @@ -38,14 +38,14 @@ permissions:
38
38
39
39
jobs :
40
40
build :
41
- runs-on : ${{ matrix.os }}
41
+ runs-on : windows-2022
42
42
timeout-minutes : 60
43
43
44
44
strategy :
45
45
fail-fast : false
46
46
47
47
matrix :
48
- os : [windows-2019, windows-2022 ]
48
+ toolver : ['14.29', '14' ]
49
49
build_type : [x64-Release]
50
50
arch : [amd64]
51
51
65
65
- uses : ilammy/msvc-dev-cmd@0b201ec74fa43914dc39ae48a89fd1d8cb592756 # v1.13.0
66
66
with :
67
67
arch : ${{ matrix.arch }}
68
+ toolset : ${{ matrix.toolver }}
68
69
69
70
- name : ' Set triplet'
70
71
shell : pwsh
Original file line number Diff line number Diff line change @@ -38,62 +38,62 @@ permissions:
38
38
39
39
jobs :
40
40
build :
41
- runs-on : ${{ matrix.os }}
41
+ runs-on : windows-2022
42
42
43
43
strategy :
44
44
fail-fast : false
45
45
46
46
matrix :
47
- os : [windows-2019, windows-2022 ]
47
+ toolver : ['14.29', '14' ]
48
48
build_type : [x64-Debug, x64-Release]
49
49
arch : [amd64]
50
50
include :
51
- - os : windows-2019
51
+ - toolver : ' 14.29 '
52
52
build_type : x86-Debug
53
53
arch : amd64_x86
54
- - os : windows-2019
54
+ - toolver : ' 14.29 '
55
55
build_type : x86-Release
56
56
arch : amd64_x86
57
- - os : windows-2022
57
+ - toolver : ' 14 '
58
58
build_type : x86-Debug
59
59
arch : amd64_x86
60
- - os : windows-2022
60
+ - toolver : ' 14 '
61
61
build_type : x86-Release
62
62
arch : amd64_x86
63
- - os : windows-2022
63
+ - toolver : ' 14 '
64
64
build_type : arm64-Debug
65
65
arch : amd64_arm64
66
- - os : windows-2022
66
+ - toolver : ' 14 '
67
67
build_type : arm64-Release
68
68
arch : amd64_arm64
69
- - os : windows-2022
69
+ - toolver : ' 14 '
70
70
build_type : arm64ec-Debug
71
71
arch : amd64_arm64
72
- - os : windows-2022
72
+ - toolver : ' 14 '
73
73
build_type : arm64ec-Release
74
74
arch : amd64_arm64
75
- - os : windows-2022
75
+ - toolver : ' 14 '
76
76
build_type : x64-Debug-Win8
77
77
arch : amd64
78
- - os : windows-2022
78
+ - toolver : ' 14 '
79
79
build_type : x64-Release-Win8
80
80
arch : amd64
81
- - os : windows-2022
81
+ - toolver : ' 14 '
82
82
build_type : x64-Debug-Clang
83
83
arch : amd64
84
- - os : windows-2022
84
+ - toolver : ' 14 '
85
85
build_type : x64-Release-Clang
86
86
arch : amd64
87
- - os : windows-2022
87
+ - toolver : ' 14 '
88
88
build_type : x86-Debug-Clang
89
89
arch : amd64_x86
90
- - os : windows-2022
90
+ - toolver : ' 14 '
91
91
build_type : x86-Release-Clang
92
92
arch : amd64_x86
93
- - os : windows-2022
93
+ - toolver : ' 14 '
94
94
build_type : arm64-Debug-Clang
95
95
arch : amd64_arm64
96
- - os : windows-2022
96
+ - toolver : ' 14 '
97
97
build_type : arm64-Release-Clang
98
98
arch : amd64_arm64
99
99
@@ -106,6 +106,7 @@ jobs:
106
106
- uses : ilammy/msvc-dev-cmd@0b201ec74fa43914dc39ae48a89fd1d8cb592756 # v1.13.0
107
107
with :
108
108
arch : ${{ matrix.arch }}
109
+ toolset : ${{ matrix.toolver }}
109
110
110
111
- name : ' Configure CMake'
111
112
working-directory : ${{ github.workspace }}
Original file line number Diff line number Diff line change @@ -41,51 +41,51 @@ permissions:
41
41
42
42
jobs :
43
43
build :
44
- runs-on : ${{ matrix.os }}
44
+ runs-on : windows-2022
45
45
timeout-minutes : 60
46
46
47
47
strategy :
48
48
fail-fast : false
49
49
50
50
matrix :
51
- os : [windows-2019, windows-2022 ]
51
+ toolver : ['14.29', '14' ]
52
52
build_type : [x64-Debug, x64-Release]
53
53
arch : [amd64]
54
54
include :
55
- - os : windows-2019
55
+ - toolver : ' 14.29 '
56
56
build_type : x86-Debug
57
57
arch : amd64_x86
58
- - os : windows-2019
58
+ - toolver : ' 14.29 '
59
59
build_type : x86-Release
60
60
arch : amd64_x86
61
- - os : windows-2022
61
+ - toolver : ' 14 '
62
62
build_type : x86-Debug
63
63
arch : amd64_x86
64
- - os : windows-2022
64
+ - toolver : ' 14 '
65
65
build_type : x86-Release
66
66
arch : amd64_x86
67
- - os : windows-2022
67
+ - toolver : ' 14 '
68
68
build_type : x64-Debug-Clang
69
69
arch : amd64
70
- - os : windows-2022
70
+ - toolver : ' 14 '
71
71
build_type : x64-Release-Clang
72
72
arch : amd64
73
- - os : windows-2022
73
+ - toolver : ' 14 '
74
74
build_type : x86-Debug-Clang
75
75
arch : amd64_x86
76
- - os : windows-2022
76
+ - toolver : ' 14 '
77
77
build_type : x86-Release-Clang
78
78
arch : amd64_x86
79
- - os : windows-2022
79
+ - toolver : ' 14 '
80
80
build_type : arm64-Debug
81
81
arch : amd64_arm64
82
- - os : windows-2022
82
+ - toolver : ' 14 '
83
83
build_type : arm64-Release
84
84
arch : amd64_arm64
85
- - os : windows-2022
85
+ - toolver : ' 14 '
86
86
build_type : arm64ec-Debug
87
87
arch : amd64_arm64
88
- - os : windows-2022
88
+ - toolver : ' 14 '
89
89
build_type : arm64ec-Release
90
90
arch : amd64_arm64
91
91
@@ -105,6 +105,7 @@ jobs:
105
105
- uses : ilammy/msvc-dev-cmd@0b201ec74fa43914dc39ae48a89fd1d8cb592756 # v1.13.0
106
106
with :
107
107
arch : ${{ matrix.arch }}
108
+ toolset : ${{ matrix.toolver }}
108
109
109
110
- name : ' Set triplet'
110
111
shell : pwsh
Original file line number Diff line number Diff line change @@ -34,46 +34,46 @@ permissions:
34
34
35
35
jobs :
36
36
build :
37
- runs-on : ${{ matrix.os }}
37
+ runs-on : windows-2022
38
38
39
39
strategy :
40
40
fail-fast : false
41
41
42
42
matrix :
43
- os : [windows-2019, windows-2022 ]
43
+ toolver : ['14.29', '14' ]
44
44
build_type : [x64-Debug-VCPKG]
45
45
arch : [amd64]
46
46
shared : [OFF]
47
47
include :
48
- - os : windows-2022
48
+ - toolver : ' 14 '
49
49
build_type : x64-Debug-Clang-VCPKG
50
50
arch : amd64
51
51
shared : OFF
52
- - os : windows-2022
52
+ - toolver : ' 14 '
53
53
build_type : x86-Debug-VCPKG
54
54
arch : amd64_x86
55
55
shared : OFF
56
- - os : windows-2022
56
+ - toolver : ' 14 '
57
57
build_type : arm64-Debug-VCPKG
58
58
arch : amd64_arm64
59
59
shared : OFF
60
- - os : windows-2022
60
+ - toolver : ' 14 '
61
61
build_type : arm64ec-Debug-VCPKG
62
62
arch : amd64_arm64
63
63
shared : OFF
64
- - os : windows-2022
64
+ - toolver : ' 14 '
65
65
build_type : x64-Debug-MinGW
66
66
arch : amd64
67
67
shared : OFF
68
- - os : windows-2022
68
+ - toolver : ' 14 '
69
69
build_type : x64-Release-MinGW
70
70
arch : amd64
71
71
shared : OFF
72
- - os : windows-2022
72
+ - toolver : ' 14 '
73
73
build_type : x64-Debug-MinGW
74
74
arch : amd64
75
75
shared : ON
76
- - os : windows-2022
76
+ - toolver : ' 14 '
77
77
build_type : x64-Release-MinGW
78
78
arch : amd64
79
79
shared : ON
87
87
- uses : ilammy/msvc-dev-cmd@0b201ec74fa43914dc39ae48a89fd1d8cb592756 # v1.13.0
88
88
with :
89
89
arch : ${{ matrix.arch }}
90
+ toolset : ${{ matrix.toolver }}
90
91
91
92
- name : ' Set triplet'
92
93
shell : pwsh
You can’t perform that action at this time.
0 commit comments