Skip to content

Commit c50b0c2

Browse files
committed
update macos gfortran version
1 parent 3e9a39e commit c50b0c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/os-blas-test-matrix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
echo "bla_vendor option ${{ matrix.bla_vendor }} not supported"
7979
exit 1 ;;
8080
esac
81-
echo "FC=gfortran-11" >> $GITHUB_ENV
81+
echo "FC=gfortran-14" >> $GITHUB_ENV
8282
- name: Build wheel
8383
env:
8484
BLA_VENDOR: ${{ matrix.bla_vendor }}

0 commit comments

Comments
 (0)