Skip to content

Commit

Permalink
github-actions: macos: update to gfortran-14.
Browse files Browse the repository at this point in the history
  • Loading branch information
marcfehling committed Nov 9, 2024
1 parent dd03454 commit 32e4e21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/osx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: install openmpi
run: |
brew install open-mpi
echo "OMPI_FC=gfortran-13" >> $GITHUB_ENV
echo "OMPI_FC=gfortran-14" >> $GITHUB_ENV
- name: build fds debug
run: |
Expand Down

0 comments on commit 32e4e21

Please sign in to comment.