Skip to content

Commit

Permalink
fix: remove lxqt 39 as lazurite replaced it (#186)
Browse files Browse the repository at this point in the history
  • Loading branch information
bsherman committed Jan 6, 2024
1 parent d50d598 commit 871e95c
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]
driver_version: [470, 545]
include:
Expand All @@ -48,6 +48,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
steps:
# Checkout push-to-registry action GitHub repository
- name: Checkout Push to Registry action
Expand Down

0 comments on commit 871e95c

Please sign in to comment.