Skip to content

Commit

Permalink
Fix path to homebrew on x86 macs
Browse files Browse the repository at this point in the history
  • Loading branch information
apontzen committed Apr 17, 2024
1 parent e7fb94c commit 4611987
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
include:
- os: macos-latest
python-version: "3.10"
cxx: /opt/homebrew/opt/llvm/bin/clang++
cxx: /usr/local/opt/llvm/bin/clang++
# gcc won't work because homebrew's hdf5_cpp is built against apple's clang C++ library
runs-on: ${{ matrix.os }}
env:
Expand Down

0 comments on commit 4611987

Please sign in to comment.