From 20a2cc181f16e91b05e19022c63c9fc706b7fc8c Mon Sep 17 00:00:00 2001 From: Gulshan Singh Date: Thu, 30 Nov 2023 22:34:04 -0800 Subject: [PATCH] Add latest Linux/ACK versions to GH workflow --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f7b2f71..e3dcf01 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -7,7 +7,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-22.04, ubuntu-20.04] - kernel: [{ack: 0, version: 5.10.y}, {ack: 0, version: 5.15.y}, {ack: 0, version: 6.1.y}, {ack: 1, version: android13-5.10-lts}] + kernel: [{ack: 0, version: 5.10.y}, {ack: 0, version: 5.15.y}, {ack: 0, version: 6.1.y}, {ack: 0, version: 6.6.y}, {ack: 1, version: android13-5.10-lts}, {ack: 1, version: android14-5.15-lts}] arch: [arm64, x86_64] runs-on: ${{ matrix.os }} timeout-minutes: 100