We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7e8b5b commit 7eda79dCopy full SHA for 7eda79d
.github/workflows/ci.yml
@@ -51,6 +51,15 @@ jobs:
51
installed_clang_version: 14,
52
cmake_args: "-G \"Ninja Multi-Config\" -DCMAKE_CONFIGURATION_TYPES=\"RelWithDebInfo;Asan\" "
53
}
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
+ }
63
64
steps:
65
- uses: actions/checkout@v3
0 commit comments