Skip to content

Commit

Permalink
Try without removing gfortran
Browse files Browse the repository at this point in the history
  • Loading branch information
thfroitzheim committed Jun 5, 2024
1 parent ea03fd0 commit 29c0066
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ jobs:
if: ${{ contains(matrix.os, 'macos') && matrix.compiler == 'gnu' }}
run: |
brew install gcc@${{ env.GCC_V }} openblas
rm /usr/local/bin/gfortran
ln -s /usr/local/bin/gfortran-${{ env.GCC_V }} /usr/local/bin/gfortran
ln -s /usr/local/bin/gcc-${{ env.GCC_V }} /usr/local/bin/gcc
ln -s /usr/local/bin/g++-${{ env.GCC_V }} /usr/local/bin/g++
Expand Down Expand Up @@ -330,7 +329,7 @@ jobs:

include:
- os: macos-13
gcc_v: 10
gcc_v: 11
python_v: '3.9'

env:
Expand All @@ -353,7 +352,6 @@ jobs:
if: ${{ contains(matrix.os, 'macos') }}
run: |
brew install gcc@${{ env.GCC_V }} openblas
rm /usr/local/bin/gfortran
ln -s /usr/local/bin/gfortran-${{ env.GCC_V }} /usr/local/bin/gfortran
ln -s /usr/local/bin/gcc-${{ env.GCC_V }} /usr/local/bin/gcc
ln -s /usr/local/bin/g++-${{ env.GCC_V }} /usr/local/bin/g++
Expand Down

0 comments on commit 29c0066

Please sign in to comment.