Skip to content

Commit

Permalink
link to gfortran in macos-13
Browse files Browse the repository at this point in the history
  • Loading branch information
jcschaff committed Jul 25, 2024
1 parent 6886a0c commit 29da1b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ jobs:
brew install llvm
echo 'export PATH="/usr/local/opt/llvm/bin:$PATH"' >> /Users/runner/.bash_profile
source /Users/runner/.bash_profile
ln -s $(which gfortran-14) /usr/local/bin/gfortran
gcc --version
gfortran --version
Expand Down

0 comments on commit 29da1b3

Please sign in to comment.