Skip to content

Commit

Permalink
fix: add lazurite to build matrix (#182)
Browse files Browse the repository at this point in the history
  • Loading branch information
qoijjj committed Dec 21, 2023
1 parent 9c5279f commit 8bdefca
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 @@ -28,6 +28,7 @@ jobs:
- lxqt
- mate
- vauxite
- lazurite
major_version: [38, 39]
driver_version: [470, 545]
include:
Expand All @@ -42,9 +43,11 @@ jobs:
is_stable_version: true
is_gts_version: false
exclude:
# There is no Fedora 38 version of onyx
# There is no Fedora 38 version of onyx or lazurite
- image_name: onyx
major_version: 38
- image_name: lazurite
major_version: 38
steps:
- name: Maximize build space
uses: ublue-os/remove-unwanted-software@v6
Expand Down

0 comments on commit 8bdefca

Please sign in to comment.