File tree Expand file tree Collapse file tree 4 files changed +60
-56
lines changed Expand file tree Collapse file tree 4 files changed +60
-56
lines changed Original file line number Diff line number Diff line change @@ -28,50 +28,50 @@ permissions:
28
28
29
29
jobs :
30
30
build :
31
- runs-on : ${{ matrix.os }}
31
+ runs-on : windows-2022
32
32
33
33
strategy :
34
34
fail-fast : false
35
35
36
36
matrix :
37
- os : [windows-2019, windows-2022 ]
37
+ toolver : ['14.29', '14' ]
38
38
build_type : [x64-Debug, x64-Release, x64-Debug-Clang, x64-Release-Clang]
39
39
arch : [amd64]
40
40
include :
41
- - os : windows-2019
41
+ - toolver : ' 14.29 '
42
42
build_type : x86-Debug
43
43
arch : amd64_x86
44
- - os : windows-2019
44
+ - toolver : ' 14.29 '
45
45
build_type : x86-Debug-Clang
46
46
arch : amd64_x86
47
- - os : windows-2022
47
+ - toolver : ' 14 '
48
48
build_type : x86-Debug
49
49
arch : amd64_x86
50
- - os : windows-2022
50
+ - toolver : ' 14 '
51
51
build_type : x86-Release
52
52
arch : amd64_x86
53
- - os : windows-2022
53
+ - toolver : ' 14 '
54
54
build_type : arm64-Debug
55
55
arch : amd64_arm64
56
- - os : windows-2022
56
+ - toolver : ' 14 '
57
57
build_type : arm64-Release
58
58
arch : amd64_arm64
59
- - os : windows-2022
59
+ - toolver : ' 14 '
60
60
build_type : arm64ec-Debug
61
61
arch : amd64_arm64
62
- - os : windows-2022
62
+ - toolver : ' 14 '
63
63
build_type : arm64ec-Release
64
64
arch : amd64_arm64
65
- - os : windows-2022
65
+ - toolver : ' 14 '
66
66
build_type : x86-Debug-Clang
67
67
arch : amd64_x86
68
- - os : windows-2022
68
+ - toolver : ' 14 '
69
69
build_type : x86-Release-Clang
70
70
arch : amd64_x86
71
- - os : windows-2022
71
+ - toolver : ' 14 '
72
72
build_type : arm64-Debug-Clang
73
73
arch : amd64_arm64
74
- - os : windows-2022
74
+ - toolver : ' 14 '
75
75
build_type : arm64-Release-Clang
76
76
arch : amd64_arm64
77
77
91
91
- uses : ilammy/msvc-dev-cmd@0b201ec74fa43914dc39ae48a89fd1d8cb592756 # v1.13.0
92
92
with :
93
93
arch : ${{ matrix.arch }}
94
+ toolset : ${{ matrix.toolver }}
94
95
95
96
- name : ' Configure CMake'
96
97
working-directory : ${{ github.workspace }}
Original file line number Diff line number Diff line change @@ -28,50 +28,50 @@ permissions:
28
28
29
29
jobs :
30
30
build :
31
- runs-on : ${{ matrix.os }}
31
+ runs-on : windows-2022
32
32
33
33
strategy :
34
34
fail-fast : false
35
35
36
36
matrix :
37
- os : [windows-2019, windows-2022 ]
37
+ toolver : ['14.29', '14' ]
38
38
build_type : [x64-Debug, x64-Release, x64-Debug-Clang, x64-Release-Clang]
39
39
arch : [amd64]
40
40
include :
41
- - os : windows-2019
41
+ - toolver : ' 14.29 '
42
42
build_type : x86-Debug
43
43
arch : amd64_x86
44
- - os : windows-2019
44
+ - toolver : ' 14.29 '
45
45
build_type : x86-Debug-Clang
46
46
arch : amd64_x86
47
- - os : windows-2022
47
+ - toolver : ' 14 '
48
48
build_type : x86-Debug
49
49
arch : amd64_x86
50
- - os : windows-2022
50
+ - toolver : ' 14 '
51
51
build_type : x86-Release
52
52
arch : amd64_x86
53
- - os : windows-2022
53
+ - toolver : ' 14 '
54
54
build_type : arm64-Debug
55
55
arch : amd64_arm64
56
- - os : windows-2022
56
+ - toolver : ' 14 '
57
57
build_type : arm64-Release
58
58
arch : amd64_arm64
59
- - os : windows-2022
59
+ - toolver : ' 14 '
60
60
build_type : arm64ec-Debug
61
61
arch : amd64_arm64
62
- - os : windows-2022
62
+ - toolver : ' 14 '
63
63
build_type : arm64ec-Release
64
64
arch : amd64_arm64
65
- - os : windows-2022
65
+ - toolver : ' 14 '
66
66
build_type : x86-Debug-Clang
67
67
arch : amd64_x86
68
- - os : windows-2022
68
+ - toolver : ' 14 '
69
69
build_type : x86-Release-Clang
70
70
arch : amd64_x86
71
- - os : windows-2022
71
+ - toolver : ' 14 '
72
72
build_type : arm64-Debug-Clang
73
73
arch : amd64_arm64
74
- - os : windows-2022
74
+ - toolver : ' 14 '
75
75
build_type : arm64-Release-Clang
76
76
arch : amd64_arm64
77
77
91
91
- uses : ilammy/msvc-dev-cmd@0b201ec74fa43914dc39ae48a89fd1d8cb592756 # v1.13.0
92
92
with :
93
93
arch : ${{ matrix.arch }}
94
+ toolset : ${{ matrix.toolver }}
94
95
95
96
- name : ' Configure CMake'
96
97
working-directory : ${{ github.workspace }}
Original file line number Diff line number Diff line change @@ -28,51 +28,51 @@ permissions:
28
28
29
29
jobs :
30
30
build :
31
- runs-on : ${{ matrix.os }}
31
+ runs-on : windows-2022
32
32
timeout-minutes : 20
33
33
34
34
strategy :
35
35
fail-fast : false
36
36
37
37
matrix :
38
- os : [windows-2019, windows-2022 ]
38
+ toolver : ['14.29', '14' ]
39
39
build_type : [x64-Debug, x64-Release, x64-Debug-Clang, x64-Release-Clang]
40
40
arch : [amd64]
41
41
include :
42
- - os : windows-2019
42
+ - toolver : ' 14.29 '
43
43
build_type : x86-Debug
44
44
arch : amd64_x86
45
- - os : windows-2019
45
+ - toolver : ' 14.29 '
46
46
build_type : x86-Release
47
47
arch : amd64_x86
48
- - os : windows-2019
48
+ - toolver : ' 14.29 '
49
49
build_type : x86-Debug-Clang
50
50
arch : amd64_x86
51
- - os : windows-2019
51
+ - toolver : ' 14.29 '
52
52
build_type : x86-Release-Clang
53
53
arch : amd64_x86
54
- - os : windows-2022
54
+ - toolver : ' 14 '
55
55
build_type : x86-Debug
56
56
arch : amd64_x86
57
- - os : windows-2022
57
+ - toolver : ' 14 '
58
58
build_type : x86-Release
59
59
arch : amd64_x86
60
- - os : windows-2022
60
+ - toolver : ' 14 '
61
61
build_type : x86-Debug-Clang
62
62
arch : amd64_x86
63
- - os : windows-2022
63
+ - toolver : ' 14 '
64
64
build_type : x86-Release-Clang
65
65
arch : amd64_x86
66
- - os : windows-2022
66
+ - toolver : ' 14 '
67
67
build_type : arm64-Debug
68
68
arch : amd64_arm64
69
- - os : windows-2022
69
+ - toolver : ' 14 '
70
70
build_type : arm64-Release
71
71
arch : amd64_arm64
72
- - os : windows-2022
72
+ - toolver : ' 14 '
73
73
build_type : arm64ec-Debug
74
74
arch : amd64_arm64
75
- - os : windows-2022
75
+ - toolver : ' 14 '
76
76
build_type : arm64ec-Release
77
77
arch : amd64_arm64
78
78
92
92
- uses : ilammy/msvc-dev-cmd@0b201ec74fa43914dc39ae48a89fd1d8cb592756 # v1.13.0
93
93
with :
94
94
arch : ${{ matrix.arch }}
95
+ toolset : ${{ matrix.toolver }}
95
96
96
97
- name : ' Configure CMake'
97
98
working-directory : ${{ github.workspace }}
Original file line number Diff line number Diff line change @@ -28,50 +28,50 @@ permissions:
28
28
29
29
jobs :
30
30
build :
31
- runs-on : ${{ matrix.os }}
31
+ runs-on : windows-2022
32
32
33
33
strategy :
34
34
fail-fast : false
35
35
36
36
matrix :
37
- os : [windows-2019, windows-2022 ]
37
+ toolver : ['14.29', '14' ]
38
38
build_type : [x64-Debug, x64-Release, x64-Debug-Clang, x64-Release-Clang]
39
39
arch : [amd64]
40
40
include :
41
- - os : windows-2019
41
+ - toolver : ' 14.29 '
42
42
build_type : x86-Debug
43
43
arch : amd64_x86
44
- - os : windows-2019
44
+ - toolver : ' 14.29 '
45
45
build_type : x86-Debug-Clang
46
46
arch : amd64_x86
47
- - os : windows-2022
47
+ - toolver : ' 14 '
48
48
build_type : x86-Debug
49
49
arch : amd64_x86
50
- - os : windows-2022
50
+ - toolver : ' 14 '
51
51
build_type : x86-Release
52
52
arch : amd64_x86
53
- - os : windows-2022
53
+ - toolver : ' 14 '
54
54
build_type : arm64-Debug
55
55
arch : amd64_arm64
56
- - os : windows-2022
56
+ - toolver : ' 14 '
57
57
build_type : arm64-Release
58
58
arch : amd64_arm64
59
- - os : windows-2022
59
+ - toolver : ' 14 '
60
60
build_type : arm64ec-Debug
61
61
arch : amd64_arm64
62
- - os : windows-2022
62
+ - toolver : ' 14 '
63
63
build_type : arm64ec-Release
64
64
arch : amd64_arm64
65
- - os : windows-2022
65
+ - toolver : ' 14 '
66
66
build_type : x86-Debug-Clang
67
67
arch : amd64_x86
68
- - os : windows-2022
68
+ - toolver : ' 14 '
69
69
build_type : x86-Release-Clang
70
70
arch : amd64_x86
71
- - os : windows-2022
71
+ - toolver : ' 14 '
72
72
build_type : arm64-Debug-Clang
73
73
arch : amd64_arm64
74
- - os : windows-2022
74
+ - toolver : ' 14 '
75
75
build_type : arm64-Release-Clang
76
76
arch : amd64_arm64
77
77
91
91
- uses : ilammy/msvc-dev-cmd@0b201ec74fa43914dc39ae48a89fd1d8cb592756 # v1.13.0
92
92
with :
93
93
arch : ${{ matrix.arch }}
94
+ toolset : ${{ matrix.toolver }}
94
95
95
96
- name : ' Configure CMake'
96
97
working-directory : ${{ github.workspace }}
You can’t perform that action at this time.
0 commit comments