Skip to content

Commit

Permalink
Update cmake-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
artiomn authored Nov 6, 2024
1 parent 38dd3b7 commit d239e8e
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/cmake-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,6 @@ jobs:
- os: ubuntu-latest
c_compiler: clang
cpp_compiler: clang++
# exclude:
# - os: macos-latest
# c_compiler: gcc
# - os: macos-latest
# c_compiler: clang

steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -143,8 +138,8 @@ jobs:
with:
boost_version: 1.81.0
boost_install_dir: ${{ matrix.boost_install_dir }}
platform_version: 2022
toolset: msvc
platform_version: ${{ matrix.boost_platform_version }}
toolset: ${{ matrix.boost_toolset }}

- name: Configure CMake
env:
Expand Down

0 comments on commit d239e8e

Please sign in to comment.