Skip to content

Commit e83caab

Browse files
committed
fortran compile
1 parent f4b551a commit e83caab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-fortran-macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
run: |
2929
cmake --version
3030
gfortran-14 --version
31-
cmake $GITHUB_WORKSPACE -DFORTRAN=ON -DCMAKE_Fortran_COMPILER=fortran-14
31+
cmake $GITHUB_WORKSPACE -DFORTRAN=ON -DCMAKE_Fortran_COMPILER=gfortran-14
3232
3333
- name: Build
3434
shell: bash

0 commit comments

Comments
 (0)