Skip to content

Commit bd44d1e

Browse files
committed
ci: CMake: Unpin Boost version on macOS
1 parent aea93c5 commit bd44d1e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/cmake-ci.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ jobs:
150150
- name: Install dependencies
151151
run: brew install --overwrite
152152
${{matrix.deps}}
153-
boost@1.85
153+
boost
154154
ccache
155155
libzip
156156
ninja
@@ -168,7 +168,6 @@ jobs:
168168
-DCMAKE_C_COMPILER_LAUNCHER=ccache
169169
-DCMAKE_CXX_COMPILER_LAUNCHER=ccache
170170
${{matrix.options}}
171-
-DBOOST_ROOT=$(brew --prefix [email protected])
172171
-DENABLE_TESTS=ON
173172
- name: Restore cache
174173
uses: actions/cache/restore@v4

0 commit comments

Comments
 (0)