Skip to content

Commit

Permalink
Add CI build for gcc 14
Browse files Browse the repository at this point in the history
  • Loading branch information
lballabio committed Aug 1, 2024
1 parent 6aa81f6 commit 7578cc7
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/devenv-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
tag: [lunar, mantic, noble]
tag: [lunar, mantic, noble, oracular]
steps:
- uses: actions/checkout@v4
- name: Build CI images
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/linux-full-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,11 @@ jobs:
tag: noble
cc: gcc
cxx: g++
- name: "gcc 14.x"
shortname: gcc14
tag: oracular
cc: gcc
cxx: g++
- name: "Clang 7 (Boost 1.72)"
shortname: clang7
tag: cosmic
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/linux-nondefault.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,11 @@ jobs:
tag: noble
cc: gcc
cxx: g++
- name: "gcc 14.x"
shortname: gcc14
tag: oracular
cc: gcc
cxx: g++
- name: "Clang 7 (Boost 1.72)"
shortname: clang7
tag: cosmic
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@ jobs:
cc: gcc
cxx: g++
tests: true
- name: "gcc 14.x"
shortname: gcc14
tag: oracular
cc: gcc
cxx: g++
tests: true
- name: "Clang 10 (Boost 1.78)"
shortname: clang10
tag: focal
Expand Down

0 comments on commit 7578cc7

Please sign in to comment.