Skip to content

Commit

Permalink
build: compile 6.8 and use clang 18
Browse files Browse the repository at this point in the history
  • Loading branch information
ghazzor authored May 1, 2024
1 parent 8b65cf1 commit a99bee1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ on:
LLVM_VER:
description: 'LLVM_VER (Specify LLVM Version)'
required: true
default: '19'
default: '18'
KERNEL_VER:
description: 'KERNEL_VER (Specify XANMOD branch to build)'
required: true
default: '6.6'
default: '6.8'

jobs:
build:
Expand Down

0 comments on commit a99bee1

Please sign in to comment.