Skip to content

Commit

Permalink
Bump test version to 1.14.4.3 (#1028)
Browse files Browse the repository at this point in the history
* add a ubuntu 24.04 CI
  • Loading branch information
Nicolas Cornu authored Jul 16, 2024
1 parent 20fbd4c commit 8bb1ed8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@ jobs:
- config:
os: ubuntu-22.04
flags: '-DHIGHFIVE_TEST_BOOST=Off -DCMAKE_CXX_STANDARD=20 -DHIGHFIVE_HAS_CONCEPTS=On'
- config:
os: ubuntu-24.04
flags: '-DHIGHFIVE_TEST_BOOST=Off -DCMAKE_CXX_STANDARD=20 -DHIGHFIVE_HAS_CONCEPTS=On'

steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -96,7 +99,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
hdf5_version : [ hdf5-1_8_23, hdf5-1_10_11, hdf5-1_12_3, hdf5_1.14.4.1 ]
hdf5_version : [ hdf5-1_8_23, hdf5-1_10_11, hdf5-1_12_3, hdf5_1.14.4.3 ]

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 8bb1ed8

Please sign in to comment.