From e47dcc2fba607b17cb8846b263293fabab68573c Mon Sep 17 00:00:00 2001 From: Adam Fidel Date: Sat, 4 Jan 2025 12:48:44 -0600 Subject: [PATCH] fix: pin kernel to 6.11.8 for stable images --- .github/workflows/build-image-stable.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-image-stable.yml b/.github/workflows/build-image-stable.yml index a0c64a3..5be0630 100644 --- a/.github/workflows/build-image-stable.yml +++ b/.github/workflows/build-image-stable.yml @@ -23,7 +23,7 @@ jobs: matrix: brand_name: ["aurora"] with: -# kernel_pin: 6.11.3-300.fc41.x86_64 ## This is where kernels get pinned. + kernel_pin: 6.11.8-300.fc41.x86_64 ## See https://github.com/ublue-os/aurora/issues/82 brand_name: ${{ matrix.brand_name }} stream_name: stable