Skip to content

Commit 902b91d

Browse files
committed
ci: add Clang 20
It's that time of year again, we need more Clang versions. Signed-off-by: Andrii Nakryiko <[email protected]>
1 parent 00c99c0 commit 902b91d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/docker/Dockerfile.ubuntu

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ARG SHORTNAME="jammy"
88
ENV SHORTNAME=$SHORTNAME
99

1010
RUN apt-get update && apt-get install -y curl gnupg
11-
RUN if [ "${LLVM_VERSION}" = "19" ]; \
11+
RUN if [ "${LLVM_VERSION}" = "20" ]; \
1212
then \
1313
echo "\n\
1414
deb http://apt.llvm.org/${SHORTNAME}/ llvm-toolchain-${SHORTNAME} main\n\

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
llvm: [11, 12, 13, 14, 15, 16, 17, 18, 19]
17+
llvm: [11, 12, 13, 14, 15, 16, 17, 18, 19, 20]
1818
steps:
1919
- uses: actions/checkout@v2
2020
with:

0 commit comments

Comments
 (0)