We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 955f87c + 97b72f5 commit e5ca804Copy full SHA for e5ca804
1 file changed
.github/workflows/cmake-build.yml
@@ -127,7 +127,7 @@ jobs:
127
128
# Set up a matrix to run:
129
matrix:
130
- os: [macos-13, windows-latest]
+ os: [macos-13, windows-2022]
131
build_type: [Debug]
132
c_compiler: [clang, cl]
133
include:
@@ -137,14 +137,14 @@ jobs:
137
boost_install_dir: /Users/runner/work/boost/knp
138
boost_platform_version: 13
139
boost_toolset: clang
140
- - os: windows-latest
+ - os: windows-2022
141
c_compiler: cl
142
cpp_compiler: cl
143
boost_install_dir: C:/
144
boost_platform_version: 2022
145
boost_toolset: msvc
146
exclude:
147
148
c_compiler: clang
149
- os: macos-13
150
0 commit comments