From 4e083f63fc4fb2477431d4b76aa437a319f759ce Mon Sep 17 00:00:00 2001 From: Robert Konicar Date: Tue, 17 Sep 2024 13:10:35 +0200 Subject: [PATCH] gh: Bump branch of linux kernel to v6.11. --- .github/workflows/prerelease.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/prerelease.yml b/.github/workflows/prerelease.yml index 2af4f9f77d..1efea86bdb 100644 --- a/.github/workflows/prerelease.yml +++ b/.github/workflows/prerelease.yml @@ -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 }}