From 89b64ddadc6ed26e575f142aa2c76089fef7ff38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20M=C3=BCller?= Date: Thu, 2 Jan 2025 09:30:50 -0800 Subject: [PATCH] Use 6.11 kernel in CI MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Switch over to using kernel 6.11 in CI, now that the necessary changes have made it upstream. Signed-off-by: Daniel Müller --- .github/workflows/test.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4c01881c..d2277e49 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -17,8 +17,7 @@ jobs: uses: ./.github/workflows/build-linux.yml secrets: inherit with: - # TODO: Bump to v6.11 once tagged. - rev: 44eacec2cec1c5f83074e74d00208d15390b00bc + rev: v6.11 config: 'data/config' build: name: Build [${{ matrix.runs-on }}, ${{ matrix.rust }}, ${{ matrix.profile }}, ${{ matrix.args }}]