We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8cc4c46 + 66b89c2 commit de11af0Copy full SHA for de11af0
.github/workflows/test-mac.yml
@@ -26,7 +26,7 @@ jobs:
26
- name: Install build dependencies
27
run: |
28
brew update && brew install openblas lapack cmake git gcc
29
- echo "FC=$(which gfortran-11)" >> $GITHUB_ENV
+ echo "FC=$(which gfortran-14)" >> $GITHUB_ENV
30
echo "CC=$(which gcc)" >> $GITHUB_ENV
31
echo "CXX=$(which g++)" >> $GITHUB_ENV
32
0 commit comments