diff --git a/.github/scripts/matrix.py b/.github/scripts/matrix.py index 9ee51d5..c339021 100644 --- a/.github/scripts/matrix.py +++ b/.github/scripts/matrix.py @@ -17,7 +17,7 @@ # `./test_verifier: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by ./test_verifier)` DEFAULT_RUNNER: Final[str] = "ubuntu-20.04" DEFAULT_LLVM_VERSION: Final[int] = 17 -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"] class Arch(str, Enum):