Skip to content

Commit f019e20

Browse files
Merge remote-tracking branch 'origin/main' into devin/1773089579-update-foxy-boost-compat
2 parents ff5eb21 + 322bbac commit f019e20

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ runs:
4343
if: runner.os == 'macOS'
4444
shell: bash
4545
run: |
46-
brew install boost
47-
echo "BOOST_ROOT=$(brew --prefix boost)" >> $GITHUB_OUTPUT
46+
brew install boost@1.85
47+
echo "BOOST_ROOT=$(brew --prefix boost@1.85)" >> $GITHUB_OUTPUT
4848
4949
- name: Determine root
5050
id: determine-root

0 commit comments

Comments
 (0)