From 871e95c22dff52f3fbc607a1ee49b939014522c3 Mon Sep 17 00:00:00 2001 From: Benjamin Sherman Date: Sat, 6 Jan 2024 17:11:04 -0600 Subject: [PATCH] fix: remove lxqt 39 as lazurite replaced it (#186) --- .github/workflows/build.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 124453e..d1157be 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -26,9 +26,9 @@ jobs: - onyx - base - lxqt + - lazurite - mate - vauxite - - lazurite major_version: [38, 39] driver_version: [470, 545] include: @@ -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