Skip to content

Commit 5e6421d

Browse files
committed
ci: Run CI on Ubuntu 24.04 for non self-hosted projects
We don't use rootfs for kernel-patches' vmtest anymore so the constraint that was documented does not hold anymore. Moreover, we the introduction to optimzed gcc builds, we need to run on a newer version of the runners. Signed-off-by: Manu Bretelle <[email protected]>
1 parent 7693316 commit 5e6421d

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/scripts/matrix.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,7 @@
1212
f"{MANAGED_OWNER}/bpf",
1313
f"{MANAGED_OWNER}/vmtest",
1414
}
15-
# We need to run on ubuntu 20.04 because our rootfs is based on debian buster and we
16-
# otherwise get library versioning issue such as
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"
15+
DEFAULT_RUNNER: Final[str] = "ubuntu-24.04"
1916
DEFAULT_LLVM_VERSION: Final[int] = 17
2017
DEFAULT_SELF_HOSTED_RUNNER_TAGS: Final[List[str]] = ["self-hosted", "docker-noble-main"]
2118

0 commit comments

Comments
 (0)