Skip to content

Commit cb54f2c

Browse files
authored
fix: remove lxqt 39 as lazurite replaced it (#467)
1 parent 1de9bee commit cb54f2c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/build.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ jobs:
2626
- onyx
2727
- base
2828
- lxqt
29+
- lazurite
2930
- mate
3031
- vauxite
31-
- lazurite
3232
major_version: [38, 39]
3333
build_target: [nokmods, kmods]
3434
include:
@@ -46,6 +46,9 @@ jobs:
4646
major_version: 38
4747
- image_name: lazurite
4848
major_version: 38
49+
# There is no Fedora 39 version of lxqt as it was replaced by lazurite
50+
- image_name: lxqt
51+
major_version: 39
4952
# THE FOLLOWING EXCLUDE IS MESSY BUT TEMPORARY UNTIL F38 IS GONE
5053
# see: https://github.com/ublue-os/main/issues/369
5154
# Fedora 39+ images do not include custom kmods (legacy)

0 commit comments

Comments
 (0)