Skip to content

Commit

Permalink
Update testing with HDF5 1.14.3
Browse files Browse the repository at this point in the history
  • Loading branch information
houjun authored Apr 1, 2024
1 parent c915020 commit cc523a0
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
Expand Down Expand Up @@ -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

Expand All @@ -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
Expand Down

0 comments on commit cc523a0

Please sign in to comment.