From 0287bffc362ace38cb02cbb6415f06d5d045c698 Mon Sep 17 00:00:00 2001 From: Manu Bretelle Date: Tue, 20 Aug 2024 17:30:45 -0700 Subject: [PATCH] scripts: Run self-hosted CI on ubuntu 24.04 Signed-off-by: Manu Bretelle --- .github/scripts/matrix.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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):