Skip to content

Commit

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

0 comments on commit 5e9a0c5

Please sign in to comment.