mirror of
https://github.com/netdata/libbpf.git
synced 2026-03-24 10:19:07 +08:00
ci: bump llvm version to 18
Signed-off-by: Ihor Solodrai <ihor.solodrai@pm.me>
This commit is contained in:
committed by
Andrii Nakryiko
parent
c7bf7b8977
commit
c1f8925561
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@@ -19,7 +19,7 @@ jobs:
|
||||
- kernel: 'LATEST'
|
||||
runs_on: ubuntu-24.04
|
||||
arch: 'x86_64'
|
||||
llvm-version: '17'
|
||||
llvm-version: '18'
|
||||
pahole: 'master'
|
||||
name: ${{ matrix.kernel }} kernel llvm-${{ matrix.llvm-version }} pahole@${{ matrix.pahole }}
|
||||
uses: ./.github/workflows/vmtest.yml
|
||||
|
||||
2
.github/workflows/vmtest.yml
vendored
2
.github/workflows/vmtest.yml
vendored
@@ -25,7 +25,7 @@ on:
|
||||
llvm-version:
|
||||
description: 'llvm version'
|
||||
required: false
|
||||
default: '17'
|
||||
default: '18'
|
||||
type: string
|
||||
jobs:
|
||||
vmtest:
|
||||
|
||||
Reference in New Issue
Block a user