From 427b625808a767b4ecc2d6a92a4af71d688445cc Mon Sep 17 00:00:00 2001 From: Benjamin Sherman Date: Mon, 4 Dec 2023 21:45:38 -0600 Subject: [PATCH] feat: Fedora 37 is EOL 2023-12-05 (#176) --- .github/workflows/build.yml | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8000e66..7202dbf 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -28,13 +28,9 @@ jobs: - lxqt - mate - vauxite - major_version: [37, 38, 39] + major_version: [38, 39] driver_version: [470, 545] include: - - major_version: 37 - is_latest_version: false - is_stable_version: true - is_gts_driver: false - major_version: 38 is_latest_version: false is_stable_version: true @@ -46,13 +42,7 @@ jobs: is_stable_version: true is_gts_version: false exclude: - # There is no Fedora 37 version of sericea - # When F38 is added, sericea will automatically be built too - - image_name: sericea - major_version: 37 - # There is no Fedora 37 or 38 version of onyx - - image_name: onyx - major_version: 37 + # There is no Fedora 38 version of onyx - image_name: onyx major_version: 38 steps: