Skip to content

Commit

Permalink
fix: pin kernel to 6.11.11 for stable images
Browse files Browse the repository at this point in the history
  • Loading branch information
ledif committed Jan 13, 2025
1 parent 8f42d42 commit 9c23aaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-image-stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
matrix:
brand_name: ["aurora"]
with:
kernel_pin: 6.11.8-300.fc41.x86_64 ## See https://github.com/ublue-os/aurora/issues/82
kernel_pin: 6.11.11-300.fc41.x86_64 ## See https://github.com/ublue-os/aurora/issues/82
brand_name: ${{ matrix.brand_name }}
stream_name: stable

Expand Down

0 comments on commit 9c23aaa

Please sign in to comment.