Skip to content

Commit 7eda79d

Browse files
committed
ci.yml: Add gcc12 to workflow
Signed-off-by: Radu Nichita <[email protected]>
1 parent b7e8b5b commit 7eda79d

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/ci.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,15 @@ jobs:
5151
installed_clang_version: 14,
5252
cmake_args: "-G \"Ninja Multi-Config\" -DCMAKE_CONFIGURATION_TYPES=\"RelWithDebInfo;Asan\" "
5353
}
54+
55+
- {
56+
name: "Ubuntu GCC 12",
57+
os: ubuntu-24.04,
58+
toolchain: "gcc-12-toolchain.cmake",
59+
clang_version: 17,
60+
installed_clang_version: 14,
61+
cmake_args: "-G \"Ninja Multi-Config\" -DCMAKE_CONFIGURATION_TYPES=\"RelWithDebInfo;Asan\" "
62+
}
5463

5564
steps:
5665
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)