From 73a870dbc9d8a9b90c0a9795024cd73a98db553a Mon Sep 17 00:00:00 2001 From: Houjun Tang Date: Mon, 28 Aug 2023 17:57:38 -0700 Subject: [PATCH] Test with HDF5 1.14.2 --- .github/workflows/linux.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 8d7bf5a..8fca519 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_1-Makefile: + vol-async-hdf5-1_14_2-Makefile: runs-on: ubuntu-latest timeout-minutes: 60 @@ -24,11 +24,11 @@ jobs: with: submodules: 'true' - - name: Checkout HDF5 1.14.1 + - name: Checkout HDF5 1.14.2 uses: actions/checkout@v3 with: repository: HDFGroup/hdf5 - ref: hdf5-1_14_1 + ref: hdf5-1_14_2 path: hdf5 - name: Dependencies @@ -193,7 +193,7 @@ jobs: make check date - vol-async-hdf5-1_14_1-cmake: + vol-async-hdf5-1_14_2-cmake: runs-on: ubuntu-latest timeout-minutes: 30 @@ -203,11 +203,11 @@ jobs: with: submodules: 'true' - - name: Checkout HDF5 1.14.1 + - name: Checkout HDF5 1.14.2 uses: actions/checkout@v3 with: repository: HDFGroup/hdf5 - ref: hdf5-1_14_1 + ref: hdf5-1_14_2 path: hdf5 - name: Dependencies