Skip to content

Commit

Permalink
Set DEFAULT_RUNNER to ubuntu-24.04 (#306)
Browse files Browse the repository at this point in the history
  • Loading branch information
theihor authored Nov 26, 2024
1 parent f6e4e0a commit 0ad6ea8
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/scripts/matrix.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,8 @@
f"{MANAGED_OWNER}/bpf",
f"{MANAGED_OWNER}/vmtest",
}
# We need to run on ubuntu 20.04 because our rootfs is based on debian buster and we
# otherwise get library versioning issue such as
# `./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_RUNNER: Final[str] = "ubuntu-24.04"
DEFAULT_LLVM_VERSION: Final[int] = 17
DEFAULT_SELF_HOSTED_RUNNER_TAGS: Final[List[str]] = ["self-hosted", "docker-noble-main"]

Expand Down

0 comments on commit 0ad6ea8

Please sign in to comment.