Skip to content

Commit 20a2cc1

Browse files
committed
Add latest Linux/ACK versions to GH workflow
1 parent 9000b43 commit 20a2cc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
fail-fast: false
88
matrix:
99
os: [ubuntu-22.04, ubuntu-20.04]
10-
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}]
10+
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}]
1111
arch: [arm64, x86_64]
1212
runs-on: ${{ matrix.os }}
1313
timeout-minutes: 100

0 commit comments

Comments
 (0)