Skip to content

Commit

Permalink
Update CI to gcc-14 on ubuntu 24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
SergiusTheBest committed Dec 12, 2024
1 parent 1103d73 commit 96637a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
# os : GitHub Actions YAML workflow label. See https://github.com/actions/virtual-environments#available-environments

# linux: gcc
{ os: ubuntu-22.04, cxx: g++-12, pkgs: '' },
{ os: ubuntu-24.04, cxx: g++-14, pkgs: '' }, # (default on Noble 24.04)
{ os: ubuntu-22.04, cxx: g++-11, pkgs: '' }, # (default on Jammy 22.04)
{ os: ubuntu-22.04, cxx: g++-9, pkgs: '' }, # (default on Focal 20.04)
{ os: ubuntu-20.04, cxx: g++-7, pkgs: 'g++-7' }, # (default on Bionic 18.04)
Expand Down

0 comments on commit 96637a6

Please sign in to comment.