From 5f0462fd89d9589c829444885f542770bbc363f8 Mon Sep 17 00:00:00 2001 From: Benjamin Sherman Date: Tue, 6 Feb 2024 22:43:32 -0600 Subject: [PATCH] fix: remove lxqt 39 as lazurite replaced it (#71) --- .github/workflows/build.yml | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b01573c..7122316 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -37,6 +37,7 @@ jobs: - sericea - base - lxqt + - lazurite - mate - onyx major_version: [38, 39] @@ -50,13 +51,14 @@ jobs: is_stable_version: true is_gts_version: true exclude: - # There is no Fedora 37 version of sericea - - base_image_name: sericea - major_version: 37 - - base_image_name: onyx - major_version: 37 + # There is no Fedora 38 version of onyx or lazurite - base_image_name: onyx major_version: 38 + - base_image_name: lazurite + major_version: 38 + # There is no Fedora 39 version of lxqt as it was replaced by lazurite + - base_image_name: lxqt + major_version: 39 steps: # Checkout push-to-registry action GitHub repository - name: Checkout Push to Registry action