This commit is contained in:
LavaDesu 2021-06-28 08:57:18 +07:00
parent 287352e41a
commit c37ff41ca3
Signed by: cilly
GPG key ID: 6500251E087653C9
2 changed files with 4 additions and 4 deletions

View file

@ -25,10 +25,10 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
kernelVersion: ["5.4", "5.10", "5.11"]
kernelVersion: ["54", "510", "511"]
sched: [bmq, cfs, cacule, muqss, pds]
include:
- kernelVersion: "5.10"
- kernelVersion: "510"
sched: upds
steps:
- uses: actions/checkout@v2.3.4