The macOS CI fails because of the hardcoded path to Boost here ``` faber \ --with-boost-include=/opt/homebrew/Cellar/boost/1.86.0/include \ ``` This should probably be `$(brew --prefix boost)/include`.