We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6351b59 commit f5d3b31Copy full SHA for f5d3b31
1 file changed
.github/actions/install-boost/action.yml
@@ -39,7 +39,7 @@ runs:
39
if: runner.os == 'macOS'
40
shell: bash
41
run: |
42
- brew install boost
+ brew install boost@1.85
43
echo "BOOST_ROOT=$(brew --prefix boost)" >> $GITHUB_OUTPUT
44
45
- name: Determine root
0 commit comments