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: