Skip to content

Commit 32e4e21

Browse files
committed
github-actions: macos: update to gfortran-14.
1 parent dd03454 commit 32e4e21

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-14" >> $GITHUB_ENV
4242
4343
- name: build fds debug
4444
run: |

0 commit comments

Comments
 (0)