We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7881b26 commit 5783db3Copy full SHA for 5783db3
.github/workflows/build-test-wheel.yml
@@ -100,7 +100,7 @@ jobs:
100
if: (matrix.os == 'macos-13') || (matrix.os == 'macos-14')
101
run: |
102
# Symlink the correct gfortran compiler
103
- ln -s $HOMEBREW_PREFIX/bin/gfortran-13 $HOMEBREW_PREFIX/bin/gfortran
+ ln -s $(brew --prefix)/bin/gfortran-13 $(brew --prefix)/bin/gfortran
104
# Install OMP libraries
105
brew install libomp
106
# Link environments to env for later us with cibuildwheel
0 commit comments