Skip to content

Commit c73e858

Browse files
a-wainuclearcat
authored andcommitted
kernelci: kbuild: fix latest LTS version
Builds for the 6.12 branch will keep using 6.6 configs otherwise. Signed-off-by: Arnaud Ferraris <arnaud.ferraris@collabora.com>
1 parent 25eb323 commit c73e858

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

kernelci/kbuild.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555

5656
# TODO: find a way to automatically fetch this information
5757
LATEST_LTS_MAJOR = 6
58-
LATEST_LTS_MINOR = 6
58+
LATEST_LTS_MINOR = 12
5959

6060
DTBS_DISABLED = {
6161
'i386': True,

0 commit comments

Comments
 (0)