We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1345af commit 9b7de91Copy full SHA for 9b7de91
.github/scripts/matrix.py
@@ -16,8 +16,8 @@
16
17
DEFAULT_SELF_HOSTED_RUNNER_TAGS: Final[List[str]] = ["self-hosted", "docker-noble-main"]
18
DEFAULT_GITHUB_HOSTED_RUNNER: Final[str] = "ubuntu-24.04"
19
-DEFAULT_GCC_VERSION: Final[int] = 13
20
-DEFAULT_LLVM_VERSION: Final[int] = 17
+DEFAULT_GCC_VERSION: Final[int] = 14
+DEFAULT_LLVM_VERSION: Final[int] = 18
21
22
RUNNERS_BUSY_THRESHOLD: Final[float] = 0.8
23
0 commit comments