Skip to content

Commit c787be0

Browse files
authored
Remove clang versions
As the clang versions didn't work anymore, they were removed.
1 parent aaa8f9c commit c787be0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ccompile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
fail-fast: false
1313
matrix:
1414
os-version: [ ubuntu-latest, macos-latest ]
15-
compiler: [ latest, gcc-latest, clang, clang-11, clang++-12, clang++-14, clang++-15 ]
15+
compiler: [ latest, gcc-latest, clang, clang++-14, clang++-15 ]
1616
exclude:
1717
- os-version: macos-latest
1818
compiler: latest

0 commit comments

Comments
 (0)