diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index d882321..588fa84 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -14,7 +14,7 @@ on: # Allows to run this workflow manually from the Actions tab workflow_dispatch: jobs: - vol-async-hdf5-1_14_2-Makefile: + vol-async-hdf5-1_14_3-Makefile: runs-on: ubuntu-latest timeout-minutes: 60 @@ -24,11 +24,11 @@ jobs: with: submodules: 'true' - - name: Checkout HDF5 1.14.2 + - name: Checkout HDF5 1.14.3 uses: actions/checkout@v3 with: repository: HDFGroup/hdf5 - ref: hdf5-1_14_2 + ref: hdf5-1_14_3 path: hdf5 - name: Dependencies @@ -193,7 +193,7 @@ jobs: make check date - vol-async-hdf5-1_14_2-cmake: + vol-async-hdf5-1_14_3-cmake: runs-on: ubuntu-latest timeout-minutes: 30 @@ -203,11 +203,11 @@ jobs: with: submodules: 'true' - - name: Checkout HDF5 1.14.2 + - name: Checkout HDF5 1.14.3 uses: actions/checkout@v3 with: repository: HDFGroup/hdf5 - ref: hdf5-1_14_2 + ref: hdf5-1_14_3 path: hdf5 - name: Dependencies