Skip to content
This repository has been archived by the owner on Feb 4, 2024. It is now read-only.

Commit

Permalink
ci: Test build on Linux 6.6
Browse files Browse the repository at this point in the history
  • Loading branch information
antoineco committed Oct 24, 2023
1 parent 11e24cc commit a761cef
Showing 1 changed file with 5 additions and 11 deletions.
16 changes: 5 additions & 11 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,6 @@ jobs:
fail-fast: false
matrix:
include:
- kernel: '5.15'
os: f36
- kernel: '5.16'
os: f36
- kernel: '5.17'
os: f36
- kernel: '5.18'
os: f36
- kernel: '5.19'
os: f37
- kernel: '6.0'
Expand All @@ -36,11 +28,13 @@ jobs:
- kernel: '6.2'
os: f38
- kernel: '6.3'
os: f39
os: f38
- kernel: '6.4'
os: f39
os: f38
- kernel: '6.5'
os: f39
os: f38
- kernel: '6.6'
os: f40

steps:
- name: Get QEMU image info
Expand Down

0 comments on commit a761cef

Please sign in to comment.