Skip to content

Commit

Permalink
Changing the default kernel options
Browse files Browse the repository at this point in the history
  • Loading branch information
ophub committed Feb 12, 2025
1 parent 06d25b5 commit 177f8f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/compile-beta-general-kernel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ on:
kernel_version:
description: "Select kernel version"
required: false
default: "6.6.y"
default: "6.12.y"
type: choice
options:
- 5.4.y
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/compile-release-general-kernel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ on:
kernel_version:
description: "Select kernel version"
required: false
default: "6.6.y"
default: "6.12.y"
type: choice
options:
- 5.4.y
Expand Down

0 comments on commit 177f8f1

Please sign in to comment.