Skip to content

Commit f5d3b31

Browse files
committed
Try boost 1.85.
1 parent 6351b59 commit f5d3b31

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/actions/install-boost/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ runs:
3939
if: runner.os == 'macOS'
4040
shell: bash
4141
run: |
42-
brew install boost
42+
brew install boost@1.85
4343
echo "BOOST_ROOT=$(brew --prefix boost)" >> $GITHUB_OUTPUT
4444
4545
- name: Determine root

0 commit comments

Comments
 (0)