ci: remove CI jobs for 4.9.0 and 5.5.0 kernels

Signed-off-by: Ihor Solodrai <isolodrai@meta.com>
This commit is contained in:
Ihor Solodrai
2024-11-13 17:11:48 -08:00
committed by Andrii Nakryiko
parent 09b9e83102
commit 94610d4c27

View File

@@ -21,12 +21,6 @@ jobs:
- kernel: 'LATEST'
runs_on: ubuntu-24.04
arch: 'x86_64'
- kernel: '5.5.0'
runs_on: ubuntu-24.04
arch: 'x86_64'
- kernel: '4.9.0'
runs_on: ubuntu-24.04
arch: 'x86_64'
steps:
- uses: actions/checkout@v4
name: Checkout