Update fortran action step (#3749)

This commit is contained in:
Allen Byrne 2023-10-24 11:20:12 -05:00 committed by GitHub
parent 1533df6256
commit 097fd51481
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -191,8 +191,12 @@ jobs:
# symlinks the compiler executables to a common location
- name: Setup GNU Fortran
uses: modflowpy/install-gfortran-action@v1
uses: fortran-lang/setup-fortran@v1
id: setup-fortran
with:
compiler: gcc
version: 12
- name: Run ctest (MacOS)
id: run-ctest
run: |