Skip to content

Commit

Permalink
gh: Bump branch of linux kernel to v6.11.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jezurko authored and xlauko committed Sep 20, 2024
1 parent f110c61 commit 4e083f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ jobs:
- name: Clone, configure, and build the Linux kernel
run: |
git clone https://github.com/torvalds/linux.git --depth=1 --branch=v6.10 linux
git clone https://github.com/torvalds/linux.git --depth=1 --branch=v6.11 linux
cd linux
make defconfig LLVM=-${{ matrix.llvm-version }}
make prepare LLVM=-${{ matrix.llvm-version }}
Expand Down

0 comments on commit 4e083f6

Please sign in to comment.