diff options
author | Allen Byrne <50328838+byrnHDF@users.noreply.github.com> | 2023-10-24 16:20:12 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-24 16:20:12 (GMT) |
commit | 097fd51481a7d5eaf8f94436cf21e08ac516d6ba (patch) | |
tree | 7bcde566fc9434a06a5728ecba8b72de98a0c6eb /.github | |
parent | 1533df6256feba9106841f7cdeb00611f991d4de (diff) | |
download | hdf5-097fd51481a7d5eaf8f94436cf21e08ac516d6ba.zip hdf5-097fd51481a7d5eaf8f94436cf21e08ac516d6ba.tar.gz hdf5-097fd51481a7d5eaf8f94436cf21e08ac516d6ba.tar.bz2 |
Update fortran action step (#3749)
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/cmake-ctest.yml | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/.github/workflows/cmake-ctest.yml b/.github/workflows/cmake-ctest.yml index c647cca..6936df8 100644 --- a/.github/workflows/cmake-ctest.yml +++ b/.github/workflows/cmake-ctest.yml @@ -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: | |