Skip to content

Commit

Permalink
ci.yml: Add gcc12 to workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Radu Nichita <[email protected]>
  • Loading branch information
RaduNichita committed Nov 9, 2024
1 parent b7e8b5b commit 7eda79d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,15 @@ jobs:
installed_clang_version: 14,
cmake_args: "-G \"Ninja Multi-Config\" -DCMAKE_CONFIGURATION_TYPES=\"RelWithDebInfo;Asan\" "
}

- {
name: "Ubuntu GCC 12",
os: ubuntu-24.04,
toolchain: "gcc-12-toolchain.cmake",
clang_version: 17,
installed_clang_version: 14,
cmake_args: "-G \"Ninja Multi-Config\" -DCMAKE_CONFIGURATION_TYPES=\"RelWithDebInfo;Asan\" "
}

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 7eda79d

Please sign in to comment.