mirror of
https://github.com/netdata/libbpf.git
synced 2026-04-08 17:49:07 +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
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -53,7 +53,7 @@ jobs:
|
|||||||
|
|
||||||
ubuntu:
|
ubuntu:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
name: Ubuntu Focal Build (${{ matrix.arch }})
|
name: Ubuntu Build (${{ matrix.arch }})
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
@@ -75,7 +75,7 @@ jobs:
|
|||||||
if: matrix.arch != 'x86'
|
if: matrix.arch != 'x86'
|
||||||
with:
|
with:
|
||||||
distro:
|
distro:
|
||||||
ubuntu20.04
|
ubuntu22.04
|
||||||
arch:
|
arch:
|
||||||
${{ matrix.arch }}
|
${{ matrix.arch }}
|
||||||
setup:
|
setup:
|
||||||
|
|||||||
2
.github/workflows/codeql.yml
vendored
2
.github/workflows/codeql.yml
vendored
@@ -17,7 +17,7 @@ permissions:
|
|||||||
jobs:
|
jobs:
|
||||||
analyze:
|
analyze:
|
||||||
name: Analyze
|
name: Analyze
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-latest
|
||||||
concurrency:
|
concurrency:
|
||||||
group: ${{ github.workflow }}-${{ matrix.language }}-${{ github.ref }}
|
group: ${{ github.workflow }}-${{ matrix.language }}-${{ github.ref }}
|
||||||
cancel-in-progress: true
|
cancel-in-progress: true
|
||||||
|
|||||||
2
.github/workflows/pahole.yml
vendored
2
.github/workflows/pahole.yml
vendored
@@ -7,7 +7,7 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
vmtest:
|
vmtest:
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-latest
|
||||||
name: Kernel LATEST + staging pahole
|
name: Kernel LATEST + staging pahole
|
||||||
env:
|
env:
|
||||||
STAGING: tmp.master
|
STAGING: tmp.master
|
||||||
|
|||||||
Reference in New Issue
Block a user