Skip to content

Commit

Permalink
ci(macOS): symlink gfortran-13 to /usr/bin
Browse files Browse the repository at this point in the history
  • Loading branch information
aaraney committed Sep 6, 2024
1 parent 002a779 commit d527de7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Build_and_Run_Standalone_Test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
./configure 5
elif [ ${{ runner.os }} == 'macOS' ]
then
sudo ln -s $(which gfortran-13) /usr/local/bin/gfortran
sudo ln -s $(which gfortran-13) /usr/bin/gfortran
./configure 5
fi
Expand Down

0 comments on commit d527de7

Please sign in to comment.