Skip to content

Commit ef07d2f

Browse files
committed
Remove unused/redundant matrix
1 parent 016fe7d commit ef07d2f

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -657,14 +657,6 @@ jobs:
657657
needs: unittest-linux
658658
strategy:
659659
fail-fast: false
660-
matrix:
661-
compiler: [g++-10, clang++-18]
662-
stdlib: [libstdc++, libc++]
663-
dwarf_version: [4, 5]
664-
split_dwarf: [OFF, ON]
665-
exclude:
666-
- compiler: g++-10
667-
stdlib: libc++
668660
steps:
669661
- uses: actions/checkout@v4
670662
- name: dependencies

0 commit comments

Comments
 (0)