Skip to content

Commit e5ca804

Browse files
authored
Merge pull request #109 from DavidIkov/fix_for_gh
Fix for cmake build for windows on github.
2 parents 955f87c + 97b72f5 commit e5ca804

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/cmake-build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ jobs:
127127

128128
# Set up a matrix to run:
129129
matrix:
130-
os: [macos-13, windows-latest]
130+
os: [macos-13, windows-2022]
131131
build_type: [Debug]
132132
c_compiler: [clang, cl]
133133
include:
@@ -137,14 +137,14 @@ jobs:
137137
boost_install_dir: /Users/runner/work/boost/knp
138138
boost_platform_version: 13
139139
boost_toolset: clang
140-
- os: windows-latest
140+
- os: windows-2022
141141
c_compiler: cl
142142
cpp_compiler: cl
143143
boost_install_dir: C:/
144144
boost_platform_version: 2022
145145
boost_toolset: msvc
146146
exclude:
147-
- os: windows-latest
147+
- os: windows-2022
148148
c_compiler: clang
149149
- os: macos-13
150150
c_compiler: cl

0 commit comments

Comments
 (0)