Skip to content

Commit

Permalink
workflows: build: add kernel v6.12 to build-checks
Browse files Browse the repository at this point in the history
Kernel v6.12 has been release recently, add this to the regular
build-upstream-ubuntu checks.

Signed-off-by: Louis Peens <[email protected]>
Reviewed-by: Ryno Swart <[email protected]>
  • Loading branch information
louis-peens committed Dec 6, 2024
1 parent 67fa656 commit 054cf15
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -383,6 +383,7 @@ jobs:
release: [
{ name: "net-next", runs-on: "20.04", },
{ name: "net", runs-on: "20.04", },
{ name: "6.12", runs-on: "20.04", },
{ name: "6.11", runs-on: "20.04", },
{ name: "6.10", runs-on: "20.04", },
{ name: "6.9", runs-on: "20.04", },
Expand Down

0 comments on commit 054cf15

Please sign in to comment.