Skip to content

Commit 871e95c

Browse files
authored
fix: remove lxqt 39 as lazurite replaced it (#186)
1 parent d50d598 commit 871e95c

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
driver_version: [470, 545]
3434
include:
@@ -48,6 +48,9 @@ jobs:
4848
major_version: 38
4949
- image_name: lazurite
5050
major_version: 38
51+
# There is no Fedora 39 version of lxqt as it was replaced by lazurite
52+
- image_name: lxqt
53+
major_version: 39
5154
steps:
5255
# Checkout push-to-registry action GitHub repository
5356
- name: Checkout Push to Registry action

0 commit comments

Comments
 (0)