Skip to content

Commit 79b65c8

Browse files
committed
github-actions: macos: do not specify gfortran version.
1 parent 611c2bd commit 79b65c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/osx.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: install openmpi
3939
run: |
4040
brew install open-mpi
41-
echo "OMPI_FC=gfortran-13" >> $GITHUB_ENV
41+
echo "OMPI_FC=gfortran" >> $GITHUB_ENV
4242
4343
- name: build fds debug
4444
run: |

0 commit comments

Comments
 (0)