Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Fedora 37 is EOL 2023-12-05 #176

Merged
merged 1 commit into from
Dec 5, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 2 additions & 12 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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:
Expand Down