Skip to content

Commit d8599bc

Browse files
committed
[CI] Remove Clang 9 and 10 from Ubuntu 22.04.
1 parent a1a2e05 commit d8599bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ jobs:
216216
strategy:
217217
fail-fast: false
218218
matrix:
219-
version: [ '9', '10', '11', '12', '13', '14' ]
219+
version: [ '11', '12', '13', '14' ]
220220
env:
221221
CC: clang-${{ matrix.version }}
222222
CXX: clang++-${{ matrix.version }}

0 commit comments

Comments
 (0)