[PATCH v2] ci: switch testing to Fedora 43 in GHA

David Marchand david.marchand at redhat.com
Wed Nov 5 08:45:47 CET 2025


Fedora 39 is EOL for some time.
Switch to Fedora 43 which will be maintained for a year
(until December 2026).

Signed-off-by: David Marchand <david.marchand at redhat.com>
Acked-by: Bruce Richardson <bruce.richardson at intel.com>
Acked-by: Aaron Conole <aconole at redhat.com>
---
Changes since v1:
- skipped Fedora 42 now that 43 is out,

---
 .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..2da27dca5d 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:43
 
     steps:
     - name: Generate various keys
@@ -283,9 +283,9 @@ jobs:
       fail-fast: false
       matrix:
         config:
-          - image: fedora:39
+          - image: fedora:43
             compiler: gcc
-          - image: fedora:39
+          - image: fedora:43
             compiler: clang
 
     steps:
-- 
2.51.0



More information about the dev mailing list