Skip to content

Commit

Permalink
Try Linux style gfortran
Browse files Browse the repository at this point in the history
  • Loading branch information
stcui007 committed Dec 20, 2023
1 parent fce5bad commit d93f599
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/Build_and_Run_Standalone_Test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,7 @@ jobs:
./configure 5
elif [ ${{ runner.os }} == 'macOS' ]
then
#/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
#brew uninstall gcc gfortran
#brew install gcc@11
brew install --cask gfortran
sudo ln -s $(which gfortran-13) /usr/local/bin/gfortran
./configure 5
fi
Expand Down

0 comments on commit d93f599

Please sign in to comment.