Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/cmake-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ jobs:

# Set up a matrix to run:
matrix:
os: [macos-13, windows-latest]
os: [macos-13, windows-2022]
build_type: [Debug]
c_compiler: [clang, cl]
include:
Expand All @@ -137,14 +137,14 @@ jobs:
boost_install_dir: /Users/runner/work/boost/knp
boost_platform_version: 13
boost_toolset: clang
- os: windows-latest
- os: windows-2022
c_compiler: cl
cpp_compiler: cl
boost_install_dir: C:/
boost_platform_version: 2022
boost_toolset: msvc
exclude:
- os: windows-latest
- os: windows-2022
c_compiler: clang
- os: macos-13
c_compiler: cl
Expand Down
Loading