summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2023-10-23 20:01:10 (GMT)
committerGitHub <noreply@github.com>2023-10-23 20:01:10 (GMT)
commitb411852e982e849ffa0602d640b5af4d47026fbb (patch)
tree09730cbb596673e8eaeed054cbf811b9248df379 /.github
parentda3b7ff945c931878df85bca49b9c21a89e5a824 (diff)
downloadhdf5-b411852e982e849ffa0602d640b5af4d47026fbb.zip
hdf5-b411852e982e849ffa0602d640b5af4d47026fbb.tar.gz
hdf5-b411852e982e849ffa0602d640b5af4d47026fbb.tar.bz2
Update fortran action step (#3748)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/cmake-ctest.yml8
1 files changed, 6 insertions, 2 deletions
diff --git a/.github/workflows/cmake-ctest.yml b/.github/workflows/cmake-ctest.yml
index da99e7e..ee4bcff 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: |