Skip to content

Commit

Permalink
Add latest Linux/ACK versions to GH workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
gsingh93 committed Feb 25, 2024
1 parent 9000b43 commit 20a2cc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 20a2cc1

Please sign in to comment.