* [PATCH] ci: switch testing to Fedora 42 in GHA
@ 2025-09-04 13:45 David Marchand
2025-09-04 13:54 ` Bruce Richardson
0 siblings, 1 reply; 2+ messages in thread
From: David Marchand @ 2025-09-04 13:45 UTC (permalink / raw)
To: dev; +Cc: Aaron Conole, Michael Santana
Fedora 39 is EOL for some time.
Switch to Fedora 42 which will be maintained for a year (until May 2026).
Signed-off-by: David Marchand <david.marchand@redhat.com>
---
.github/workflows/build.yml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 6f153ab681..cd8f0e2c6f 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -234,7 +234,7 @@ jobs:
fail-fast: false
matrix:
config:
- - image: fedora:39
+ - image: fedora:42
steps:
- name: Generate various keys
@@ -283,9 +283,9 @@ jobs:
fail-fast: false
matrix:
config:
- - image: fedora:39
+ - image: fedora:42
compiler: gcc
- - image: fedora:39
+ - image: fedora:42
compiler: clang
steps:
--
2.51.0
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-09-04 13:54 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-09-04 13:45 [PATCH] ci: switch testing to Fedora 42 in GHA David Marchand
2025-09-04 13:54 ` Bruce Richardson
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).