ci: bump llvm version to 18

Signed-off-by: Ihor Solodrai <ihor.solodrai@pm.me>
This commit is contained in:
Ihor Solodrai
2024-11-14 15:25:31 -08:00
committed by Andrii Nakryiko
parent c7bf7b8977
commit c1f8925561
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -25,7 +25,7 @@ on:
llvm-version:
description: 'llvm version'
required: false
default: '17'
default: '18'
type: string
jobs:
vmtest: