summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorH. Joe Lee <hyoklee@hdfgroup.org>2023-10-31 13:04:54 (GMT)
committerGitHub <noreply@github.com>2023-10-31 13:04:54 (GMT)
commite3f060852fdd1036453a715697effdf61c73b360 (patch)
treed82388a25c3641a11ced7c380c6028d37e6911eb
parent87b3e7c8211d9c587589f4d8d2965efb119fbf6d (diff)
downloadhdf5-e3f060852fdd1036453a715697effdf61c73b360.zip
hdf5-e3f060852fdd1036453a715697effdf61c73b360.tar.gz
hdf5-e3f060852fdd1036453a715697effdf61c73b360.tar.bz2
Fix h5py CI failure. (#3805)
-rw-r--r--.github/workflows/h5py.yml9
1 files changed, 5 insertions, 4 deletions
diff --git a/.github/workflows/h5py.yml b/.github/workflows/h5py.yml
index 1095844..316a71d 100644
--- a/.github/workflows/h5py.yml
+++ b/.github/workflows/h5py.yml
@@ -11,10 +11,11 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- - name: Install gfortran
- run: |
- sudo apt-get update
- sudo apt-get install -y gfortran-12
+ - name: Install Fortran
+ uses: fortran-lang/setup-fortran@v1
+ with:
+ compiler: gcc
+ version: 13
- name: Checkout Spack
uses: actions/checkout@v4
with: