Skip to content

Commit fa6a1d2

Browse files
committed
ci: pin lvh image dates (lvh action's sed strips date suffix only, not -main)
1 parent e60b080 commit fa6a1d2

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

.github/workflows/kernel-matrix.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -46,15 +46,15 @@ jobs:
4646
fail-fast: false
4747
matrix:
4848
kernel:
49-
- '5.10-main'
50-
- '5.15-main'
51-
- '6.1-main'
52-
- '6.6-main'
53-
- '6.12-main'
54-
- '6.18-main'
55-
- 'bpf-next-main'
49+
- '5.10-20260427.035409'
50+
- '5.15-20260427.035409'
51+
- '6.1-20260427.035409'
52+
- '6.6-20260427.035409'
53+
- '6.12-20260427.035409'
54+
- '6.18-20260427.035409'
55+
- 'bpf-next-20260427.035409'
5656
include:
57-
- kernel: 'bpf-next-main'
57+
- kernel: 'bpf-next-20260427.035409'
5858
allow-failure: true
5959
continue-on-error: ${{ matrix.allow-failure == true }}
6060
steps:
@@ -90,9 +90,9 @@ jobs:
9090
strategy:
9191
fail-fast: false
9292
matrix:
93-
kernel: ['6.6-main', 'bpf-next-main']
93+
kernel: ['6.6-20260427.035409', 'bpf-next-20260427.035409']
9494
include:
95-
- kernel: 'bpf-next-main'
95+
- kernel: 'bpf-next-20260427.035409'
9696
allow-failure: true
9797
continue-on-error: ${{ matrix.allow-failure == true }}
9898
steps:

0 commit comments

Comments
 (0)