Skip to content

Commit d4299b2

Browse files
chore: unpin macOS Boost from 1.85 to latest
The boost@1.85 pin was re-introduced when merging main (which contains PR #505's pinned version). This commit re-applies the unpin so macOS CI builds against the latest Homebrew Boost (1.90), exercising the new BOOST_VERSION >= 109000 code path in foxy. Co-Authored-By: rlamb@launchdarkly.com <kingdewman@gmail.com>
1 parent f019e20 commit d4299b2

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@1.85
47-
echo "BOOST_ROOT=$(brew --prefix boost@1.85)" >> $GITHUB_OUTPUT
46+
brew install boost
47+
echo "BOOST_ROOT=$(brew --prefix boost)" >> $GITHUB_OUTPUT
4848
4949
- name: Determine root
5050
id: determine-root

0 commit comments

Comments
 (0)