Skip to content

Commit

Permalink
Upgrade CI to Ubuntu 24.04 and bump compiler versions accordingly
Browse files Browse the repository at this point in the history
  • Loading branch information
fbriere committed Sep 30, 2024
1 parent 45cd2c1 commit 31a78e9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,12 @@ jobs:
# each Ubuntu release provided by GitHub Actions.
- gcc: 7
os: ubuntu-20.04
- gcc: 12
os: ubuntu-22.04
- gcc: 14
os: ubuntu-24.04
- clang: 6.0
os: ubuntu-20.04
- clang: 15
os: ubuntu-22.04
- clang: 18
os: ubuntu-24.04

# Test with all options disabled
- descr: 'All options disabled'
Expand Down

0 comments on commit 31a78e9

Please sign in to comment.