Skip to content

Commit d001777

Browse files
committed
[CI] Add Clang 21.
1 parent ef381e4 commit d001777

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ jobs:
167167
strategy:
168168
fail-fast: false
169169
matrix:
170-
version: [ '13', '14', '15', '16', '17', '18', '19', '20' ]
170+
version: [ '13', '14', '15', '16', '17', '18', '19', '20', '21' ]
171171
env:
172172
CC: clang-${{ matrix.version }}
173173
CXX: clang++-${{ matrix.version }}

0 commit comments

Comments
 (0)