Skip to content

Commit 6bf7867

Browse files
authored
Add LLVM version 21 to Docker publish workflow
1 parent e02fb25 commit 6bf7867

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
llvm: [15, 16, 17, 18, 19, 20]
15+
llvm: [15, 16, 17, 18, 19, 20, 21]
1616
ubuntu: [20, 22, 24]
1717
exclude:
1818
- ubuntu: 24

0 commit comments

Comments
 (0)