Skip to content

Commit

Permalink
Try brew install gcc
Browse files Browse the repository at this point in the history
  • Loading branch information
stcui007 committed Dec 18, 2023
1 parent 488f91e commit 3f7f3be
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/Build_and_Run_Standalone_Test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,10 @@ jobs:
./configure 5
elif [ ${{ runner.os }} == 'macOS' ]
then
sudo ln -s $(which gfortran-13) /usr/local/bin/gfortran
./configure 5
brew install gcc@11
echo 'gfortran = $(which gfortran-11)'
sudo ln -s $(which gfortran-11) /usr/local/bin/gfortran
./configure 4
fi
- name: Build and Run Standalone
Expand Down

0 comments on commit 3f7f3be

Please sign in to comment.