Skip to content

Commit

Permalink
Try Homebrew
Browse files Browse the repository at this point in the history
  • Loading branch information
stcui007 committed Dec 12, 2023
1 parent c7e1959 commit 6f52462
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/Build_and_Run_Standalone_Test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ 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@9
./configure 3
fi
Expand Down

0 comments on commit 6f52462

Please sign in to comment.