Skip to content

Commit

Permalink
fix: unpin 6.11.3 kernel (ublue-os#2021)
Browse files Browse the repository at this point in the history
  • Loading branch information
castrojo authored Dec 11, 2024
1 parent 58734c4 commit 875e92d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-image-gts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
matrix:
brand_name: [bluefin]
with:
kernel_pin: 6.11.3-200.fc40.x86_64
# kernel_pin: 6.11.3-200.fc40.x86_64 ## This is where kernels get pinned.
brand_name: ${{ matrix.brand_name }}
stream_name: gts

Expand Down
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: ["bluefin"]
with:
kernel_pin: 6.11.3-300.fc41.x86_64
# kernel_pin: 6.11.3-300.fc41.x86_64 ## This is where kernels get pinned.
brand_name: ${{ matrix.brand_name }}
stream_name: stable

Expand Down

0 comments on commit 875e92d

Please sign in to comment.