Skip to content

Commit 35be4ab

Browse files
committed
add 5.10 kernel to CI
1 parent 0c3398b commit 35be4ab

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,12 @@ concurrency:
1414

1515
jobs:
1616
build:
17-
runs-on: ubuntu-latest
17+
runs-on: ubuntu-20.04
1818
strategy:
1919
fail-fast: false
2020
matrix:
2121
linux:
22+
- v5.10
2223
- v6.1
2324
- master
2425
steps:

0 commit comments

Comments
 (0)