We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe11a03 commit 0287bffCopy full SHA for 0287bff
.github/scripts/matrix.py
@@ -17,7 +17,7 @@
17
# `./test_verifier: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by ./test_verifier)`
18
DEFAULT_RUNNER: Final[str] = "ubuntu-20.04"
19
DEFAULT_LLVM_VERSION: Final[int] = 17
20
-DEFAULT_SELF_HOSTED_RUNNER_TAGS: Final[List[str]] = ["self-hosted", "docker-main"]
+DEFAULT_SELF_HOSTED_RUNNER_TAGS: Final[List[str]] = ["self-hosted", "docker-noble-main"]
21
22
23
class Arch(str, Enum):
0 commit comments