Skip to content

Commit f0d9e40

Browse files
authored
matrix.py: bump LLVM version from 20 to 21 (#409)
Signed-off-by: Ihor Solodrai <[email protected]>
1 parent f2a4047 commit f0d9e40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/scripts/matrix.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
DEFAULT_SELF_HOSTED_RUNNER_TAGS: Final[List[str]] = ["self-hosted", "docker-noble-main"]
2020
DEFAULT_GITHUB_HOSTED_RUNNER: Final[str] = "ubuntu-24.04"
2121
DEFAULT_GCC_VERSION: Final[int] = 15
22-
DEFAULT_LLVM_VERSION: Final[int] = 20
22+
DEFAULT_LLVM_VERSION: Final[int] = 21
2323

2424
RUNNERS_BUSY_THRESHOLD: Final[float] = 0.8
2525

0 commit comments

Comments
 (0)