Skip to content

Commit 9b7de91

Browse files
committed
matrix: bump GCC version to 14 and LLVM to 18
Signed-off-by: Ihor Solodrai <ihor.solodrai@linux.dev>
1 parent b1345af commit 9b7de91

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/scripts/matrix.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616

1717
DEFAULT_SELF_HOSTED_RUNNER_TAGS: Final[List[str]] = ["self-hosted", "docker-noble-main"]
1818
DEFAULT_GITHUB_HOSTED_RUNNER: Final[str] = "ubuntu-24.04"
19-
DEFAULT_GCC_VERSION: Final[int] = 13
20-
DEFAULT_LLVM_VERSION: Final[int] = 17
19+
DEFAULT_GCC_VERSION: Final[int] = 14
20+
DEFAULT_LLVM_VERSION: Final[int] = 18
2121

2222
RUNNERS_BUSY_THRESHOLD: Final[float] = 0.8
2323

0 commit comments

Comments
 (0)