Skip to content

Commit 427b625

Browse files
authored
feat: Fedora 37 is EOL 2023-12-05 (#176)
1 parent 2736f65 commit 427b625

File tree

1 file changed

+2
-12
lines changed

1 file changed

+2
-12
lines changed

.github/workflows/build.yml

+2-12
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,9 @@ jobs:
2828
- lxqt
2929
- mate
3030
- vauxite
31-
major_version: [37, 38, 39]
31+
major_version: [38, 39]
3232
driver_version: [470, 545]
3333
include:
34-
- major_version: 37
35-
is_latest_version: false
36-
is_stable_version: true
37-
is_gts_driver: false
3834
- major_version: 38
3935
is_latest_version: false
4036
is_stable_version: true
@@ -46,13 +42,7 @@ jobs:
4642
is_stable_version: true
4743
is_gts_version: false
4844
exclude:
49-
# There is no Fedora 37 version of sericea
50-
# When F38 is added, sericea will automatically be built too
51-
- image_name: sericea
52-
major_version: 37
53-
# There is no Fedora 37 or 38 version of onyx
54-
- image_name: onyx
55-
major_version: 37
45+
# There is no Fedora 38 version of onyx
5646
- image_name: onyx
5747
major_version: 38
5848
steps:

0 commit comments

Comments
 (0)