Skip to content

Commit 0258640

Browse files
committed
Add excluded build element in matrix
1 parent 538354a commit 0258640

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/c.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,6 @@ jobs:
2222
{ c: "clang-18", cxx: "clang++-18", package: "clang-18" },
2323
]
2424
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-
]
3325

3426
name: "Ubuntu 24.04 (Build: ${{ matrix.build_type }}, Compilers: ${{ matrix.compiler.c }}/${{ matrix.compiler.cxx }}, Shared Library: ${{ matrix.build_shared_libraries }})"
3527

0 commit comments

Comments
 (0)