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 538354a commit 0258640Copy full SHA for 0258640
.github/workflows/c.yaml
@@ -22,14 +22,6 @@ jobs:
22
{ c: "clang-18", cxx: "clang++-18", package: "clang-18" },
23
]
24
build_shared_libraries: [true, false]
25
- exclude:
26
- [
27
- {
28
- build_type: "Debug",
29
- compiler: { c: "gcc-14", cxx: "g++-14" },
30
- build_shared_libraries: false,
31
- },
32
- ]
33
34
name: "Ubuntu 24.04 (Build: ${{ matrix.build_type }}, Compilers: ${{ matrix.compiler.c }}/${{ matrix.compiler.cxx }}, Shared Library: ${{ matrix.build_shared_libraries }})"
35
0 commit comments