Skip to content

Commit

Permalink
ci(ngen-submod-build): bump default mac gfortran from 11 to 12
Browse files Browse the repository at this point in the history
  • Loading branch information
aaraney authored Sep 10, 2024
1 parent ad55e71 commit a667dfe
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/actions/ngen-submod-build/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,9 @@ runs:
if: |
runner.os == 'macOS'
run: |
echo "FC=gfortran-11" >> $GITHUB_ENV
# see macOS image readmes for supported versions
# https://github.com/actions/runner-images/tree/main/images/macos
echo FC="gfortran-12" >> $GITHUB_ENV
shell: bash

- name: Cmake Initialization
Expand Down

0 comments on commit a667dfe

Please sign in to comment.