mirror of
https://github.com/netdata/libbpf.git
synced 2026-03-31 05:39:06 +08:00
ci: switch to ubuntu-latest where possible
Track ubuntu-latest where relevant and possible. We can't update to ubuntu-latest when building and running BPF selftests, though, because our QEMU image has too old of an GLIBC. Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
This commit is contained in:
committed by
Andrii Nakryiko
parent
c22d662a95
commit
9b789075a9
2
.github/workflows/pahole.yml
vendored
2
.github/workflows/pahole.yml
vendored
@@ -7,7 +7,7 @@ on:
|
||||
|
||||
jobs:
|
||||
vmtest:
|
||||
runs-on: ubuntu-20.04
|
||||
runs-on: ubuntu-latest
|
||||
name: Kernel LATEST + staging pahole
|
||||
env:
|
||||
STAGING: tmp.master
|
||||
|
||||
Reference in New Issue
Block a user