Skip to content

Commit 0287bff

Browse files
committed
scripts: Run self-hosted CI on ubuntu 24.04
Signed-off-by: Manu Bretelle <[email protected]>
1 parent fe11a03 commit 0287bff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/scripts/matrix.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
# `./test_verifier: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by ./test_verifier)`
1818
DEFAULT_RUNNER: Final[str] = "ubuntu-20.04"
1919
DEFAULT_LLVM_VERSION: Final[int] = 17
20-
DEFAULT_SELF_HOSTED_RUNNER_TAGS: Final[List[str]] = ["self-hosted", "docker-main"]
20+
DEFAULT_SELF_HOSTED_RUNNER_TAGS: Final[List[str]] = ["self-hosted", "docker-noble-main"]
2121

2222

2323
class Arch(str, Enum):

0 commit comments

Comments
 (0)