Skip to content

Commit e9d4359

Browse files
committed
ci: Drop Fedora 42
Bootupd is too old, see coreos/bootupd#995 (comment) Signed-off-by: Colin Walters <walters@verbum.org>
1 parent 137a6cb commit e9d4359

3 files changed

Lines changed: 3 additions & 8 deletions

File tree

.github/workflows/build-and-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
publish-images:
1919
strategy:
2020
matrix:
21-
test_os: [fedora-42, fedora-43, fedora-44, centos-9, centos-10]
21+
test_os: [fedora-43, fedora-44, centos-9, centos-10]
2222
variant: [ostree, composefs-sealeduki-sdboot]
2323
exclude:
2424
# centos-9 UKI is experimental/broken (https://github.com/bootc-dev/bootc/issues/1812)

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120
strategy:
121121
fail-fast: false
122122
matrix:
123-
test_os: [fedora-42, fedora-43, fedora-44, centos-9, centos-10]
123+
test_os: [fedora-43, fedora-44, centos-9, centos-10]
124124

125125
runs-on: ubuntu-24.04
126126

@@ -153,7 +153,7 @@ jobs:
153153
fail-fast: false
154154
matrix:
155155
# No fedora-44 due to https://bugzilla.redhat.com/show_bug.cgi?id=2429501
156-
test_os: [fedora-42, fedora-43, centos-9, centos-10]
156+
test_os: [fedora-43, centos-9, centos-10]
157157
variant: [ostree, composefs-sealeduki-sdboot]
158158
exclude:
159159
# centos-9 UKI is experimental/broken (https://github.com/bootc-dev/bootc/issues/1812)

.packit.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,6 @@ jobs:
4040
- centos-stream-10-x86_64
4141
- centos-stream-10-aarch64
4242
- centos-stream-10-s390x
43-
- fedora-42-x86_64
44-
- fedora-42-aarch64
45-
- fedora-42-s390x
4643
- fedora-43-x86_64
4744
- fedora-43-aarch64
4845
- fedora-43-s390x
@@ -70,8 +67,6 @@ jobs:
7067
- centos-stream-9-aarch64
7168
- centos-stream-10-x86_64
7269
- centos-stream-10-aarch64
73-
- fedora-42-x86_64
74-
- fedora-42-aarch64
7570
- fedora-43-x86_64
7671
- fedora-43-aarch64
7772
# https://bugzilla.redhat.com/show_bug.cgi?id=2429501

0 commit comments

Comments
 (0)