Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 96637a6

Browse files
committedDec 12, 2024·
Update CI to gcc-14 on ubuntu 24.04
1 parent 1103d73 commit 96637a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
# os : GitHub Actions YAML workflow label. See https://github.com/actions/virtual-environments#available-environments
4343

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

0 commit comments

Comments
 (0)
Please sign in to comment.