Skip to content

Commit

Permalink
add a ubuntu 24.04 CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolas Cornu committed Jul 16, 2024
1 parent a22185f commit f50a794
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .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

0 comments on commit f50a794

Please sign in to comment.