Skip to content

Commit

Permalink
feat: Fedora 37 is EOL 2023-12-05 (ublue-os#442)
Browse files Browse the repository at this point in the history
  • Loading branch information
bsherman authored Dec 5, 2023
1 parent 1e048e5 commit e84e7d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 32 deletions.
13 changes: 2 additions & 11 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]
build_target: [nokmods, kmods]
include:
- major_version: 37
is_latest_version: false
is_stable_version: true
is_gts_version: false
- major_version: 38
is_latest_version: false
is_stable_version: true
Expand All @@ -44,12 +40,7 @@ jobs:
is_stable_version: true
is_gts_version: false
exclude:
# There is no Fedora 37 version of sericea
- 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
# THE FOLLOWING EXCLUDE IS MESSY BUT TEMPORARY UNTIL F38 IS GONE
Expand Down
21 changes: 0 additions & 21 deletions packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -223,27 +223,6 @@
]
}
},
"37": {
"include": {
"all": [],
"silverblue": [
"raw-thumbnailer"
],
"mate": [
"f37-backgrounds-base",
"f37-backgrounds-extras-base",
"f37-backgrounds-extras-mate",
"f37-backgrounds-mate",
"raw-thumbnailer"
],
"vauxite": [
"raw-thumbnailer"
]
},
"exclude": {
"all": []
}
},
"38": {
"include": {
"all": [
Expand Down

0 comments on commit e84e7d8

Please sign in to comment.