Skip to content

Commit

Permalink
fix: remove lxqt 39 as lazurite replaced it (#467)
Browse files Browse the repository at this point in the history
  • Loading branch information
bsherman committed Jan 6, 2024
1 parent 1de9bee commit cb54f2c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ jobs:
- onyx
- base
- lxqt
- lazurite
- mate
- vauxite
- lazurite
major_version: [38, 39]
build_target: [nokmods, kmods]
include:
Expand All @@ -46,6 +46,9 @@ jobs:
major_version: 38
- image_name: lazurite
major_version: 38
# There is no Fedora 39 version of lxqt as it was replaced by lazurite
- image_name: lxqt
major_version: 39
# THE FOLLOWING EXCLUDE IS MESSY BUT TEMPORARY UNTIL F38 IS GONE
# see: https://github.com/ublue-os/main/issues/369
# Fedora 39+ images do not include custom kmods (legacy)
Expand Down

0 comments on commit cb54f2c

Please sign in to comment.