mirror of
https://github.com/Unidata/netcdf-c.git
synced 2024-12-03 08:01:25 +08:00
Update hdf5 version in github actions.
This commit is contained in:
parent
9c09966896
commit
9b9fcfb6ba
12
.github/workflows/run_tests_osx.yml
vendored
12
.github/workflows/run_tests_osx.yml
vendored
@ -17,7 +17,7 @@ jobs:
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
hdf5: [ 1.12.1 ]
|
||||
hdf5: [ 1.12.2 ]
|
||||
|
||||
steps:
|
||||
|
||||
@ -54,8 +54,8 @@ jobs:
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
hdf5: [ 1.12.1 ]
|
||||
#hdf5: [ 1.8.21, 1.10.1, 1.10.7, 1.12.1 ]
|
||||
hdf5: [ 1.12.2 ]
|
||||
#hdf5: [ 1.8.21, 1.10.1, 1.10.7, 1.12.2 ]
|
||||
use_nc4: [ nc3, nc4 ]
|
||||
use_dap: [ dap_off, dap_on ]
|
||||
use_nczarr: [ nczarr_off, nczarr_on ]
|
||||
@ -161,7 +161,7 @@ jobs:
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
hdf5: [ 1.12.1 ]
|
||||
hdf5: [ 1.12.2 ]
|
||||
use_nc4: [ nc3, nc4 ]
|
||||
use_dap: [ dap_off, dap_on ]
|
||||
use_nczarr: [ nczarr_off, nczarr_on ]
|
||||
@ -257,7 +257,7 @@ jobs:
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
hdf5: [ 1.12.1 ]
|
||||
hdf5: [ 1.12.2 ]
|
||||
steps:
|
||||
|
||||
- uses: actions/checkout@v2
|
||||
@ -338,7 +338,7 @@ jobs:
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
hdf5: [ 1.12.1 ]
|
||||
hdf5: [ 1.12.2 ]
|
||||
|
||||
steps:
|
||||
|
||||
|
16
.github/workflows/run_tests_ubuntu.yml
vendored
16
.github/workflows/run_tests_ubuntu.yml
vendored
@ -14,7 +14,7 @@ jobs:
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
hdf5: [ 1.8.22, 1.10.8, 1.12.1 ]
|
||||
hdf5: [ 1.8.22, 1.10.8, 1.12.2 ]
|
||||
|
||||
steps:
|
||||
|
||||
@ -61,7 +61,7 @@ jobs:
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
hdf5: [ 1.12.1 ]
|
||||
hdf5: [ 1.12.2 ]
|
||||
|
||||
steps:
|
||||
|
||||
@ -121,7 +121,7 @@ jobs:
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
hdf5: [ 1.12.1 ]
|
||||
hdf5: [ 1.12.2 ]
|
||||
steps:
|
||||
|
||||
- uses: actions/checkout@v2
|
||||
@ -201,7 +201,7 @@ jobs:
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
hdf5: [ 1.12.1 ]
|
||||
hdf5: [ 1.12.2 ]
|
||||
steps:
|
||||
|
||||
- uses: actions/checkout@v2
|
||||
@ -281,7 +281,7 @@ jobs:
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
hdf5: [ 1.12.1 ]
|
||||
hdf5: [ 1.12.2 ]
|
||||
|
||||
steps:
|
||||
|
||||
@ -361,7 +361,7 @@ jobs:
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
hdf5: [ 1.12.1 ]
|
||||
hdf5: [ 1.12.2 ]
|
||||
|
||||
steps:
|
||||
|
||||
@ -438,7 +438,7 @@ jobs:
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
hdf5: [ 1.8.22, 1.10.8, 1.12.1 ]
|
||||
hdf5: [ 1.8.22, 1.10.8, 1.12.2 ]
|
||||
use_nc4: [ nc3, nc4 ]
|
||||
use_dap: [ dap_off, dap_on ]
|
||||
use_nczarr: [ nczarr_off, nczarr_on ]
|
||||
@ -545,7 +545,7 @@ jobs:
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
hdf5: [ 1.8.22, 1.10.8, 1.12.1 ]
|
||||
hdf5: [ 1.8.22, 1.10.8, 1.12.2 ]
|
||||
use_nc4: [ nc3, nc4 ]
|
||||
use_dap: [ dap_off, dap_on ]
|
||||
use_nczarr: [ nczarr_off, nczarr_on ]
|
||||
|
Loading…
Reference in New Issue
Block a user