Skip to content

Commit

Permalink
Merge pull request #13319 from rmcdermo/master
Browse files Browse the repository at this point in the history
Workflows: update gfortran to 13 in macOS build
  • Loading branch information
rmcdermo committed Aug 14, 2024
2 parents c2b2642 + ee1cc14 commit aaf1bd1
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-11" >> $GITHUB_ENV
echo "OMPI_FC=gfortran-13" >> $GITHUB_ENV
- name: build fds debug
run: |
Expand Down

0 comments on commit aaf1bd1

Please sign in to comment.