Skip to content

Commit

Permalink
Add GCC 14
Browse files Browse the repository at this point in the history
  • Loading branch information
danielealbano committed Jan 2, 2025
1 parent 63a0c6f commit 87ce2bc
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,14 @@ jobs:
cxx: "g++-13",
gcov: "gcov-13"
}
- {
name: "Ubuntu 24.04 - GCC 14",
os: ubuntu-24.04,
triplet: x64-linux,
cc: "gcc-14",
cxx: "g++-14",
gcov: "gcov-14"
}

steps:
- name: Setup cmake
Expand Down

0 comments on commit 87ce2bc

Please sign in to comment.