Skip to content

Commit

Permalink
ci: CMake: Pin Boost version on macOS
Browse files Browse the repository at this point in the history
Disable MSYS2 job because there are no trivial ways to install older
Boost.
  • Loading branch information
CyberTailor committed Jan 6, 2025
1 parent a8b3eeb commit dff023f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/cmake-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ jobs:
- name: Install dependencies
run: brew install --overwrite
${{matrix.deps}}
boost
boost@1.85
ccache
libzip
ninja
Expand All @@ -168,6 +168,7 @@ jobs:
-DCMAKE_C_COMPILER_LAUNCHER=ccache
-DCMAKE_CXX_COMPILER_LAUNCHER=ccache
${{matrix.options}}
-DBOOST_ROOT=$(brew --prefix [email protected])
-DENABLE_TESTS=ON
- name: Restore cache
uses: actions/cache/restore@v4
Expand Down Expand Up @@ -195,6 +196,8 @@ jobs:
retention-days: 7

test-msys2:
# MSYS2 is rolling release, only latest Boost is available.
if: false
runs-on: windows-latest
defaults:
run:
Expand Down

0 comments on commit dff023f

Please sign in to comment.