From 764d19da07f0cd1f40efd468bef87fb3b9f90e98 Mon Sep 17 00:00:00 2001 From: Andrii Nakryiko Date: Thu, 6 Jun 2024 14:26:07 -0700 Subject: [PATCH] ci: revert switching to ubuntu-latest for pahole-staging workflow pahole staging workflow is using the same old VM image as BPF selftests stages. It doesn't have recent enough glibc, so we can't yet switch to newer Ubuntu, unfortunately. Signed-off-by: Andrii Nakryiko --- .github/workflows/pahole.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pahole.yml b/.github/workflows/pahole.yml index e666fb6..930832e 100644 --- a/.github/workflows/pahole.yml +++ b/.github/workflows/pahole.yml @@ -7,7 +7,7 @@ on: jobs: vmtest: - runs-on: ubuntu-latest + runs-on: ubuntu-20.04 name: Kernel LATEST + staging pahole env: STAGING: tmp.master