From 7953bb1140dc092ce03813ad44e8eeae94f8dfbc Mon Sep 17 00:00:00 2001 From: Stefan Seefeld Date: Wed, 18 Sep 2024 19:52:32 -0400 Subject: [PATCH] fix --- .github/workflows/test-osx.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test-osx.yml b/.github/workflows/test-osx.yml index 49df01729..966ab9ca4 100644 --- a/.github/workflows/test-osx.yml +++ b/.github/workflows/test-osx.yml @@ -28,9 +28,11 @@ jobs: run: | python --version ${{ matrix.cxx }} --version + brew info boost faber -v sed -e "s/\$PYTHON/python/g" .ci/faber > ~/.faber faber \ + --with-boost-include=/opt/homebrew/Cellar/boost/1.86.0/include \ --builddir=build \ cxx.name=${{ matrix.cxx }} \ cxxflags=-std=${{ matrix.std }} \