DPDK patches and discussions
 help / color / mirror / Atom feed
From: David Marchand <david.marchand@redhat.com>
To: dev@dpdk.org
Cc: Bruce Richardson <bruce.richardson@intel.com>,
	Aaron Conole <aconole@redhat.com>,
	Michael Santana <maicolgabriel@hotmail.com>
Subject: [PATCH v2] ci: switch testing to Fedora 43 in GHA
Date: Wed,  5 Nov 2025 08:45:47 +0100	[thread overview]
Message-ID: <20251105074547.3760605-1-david.marchand@redhat.com> (raw)
In-Reply-To: <20250904134531.2171206-1-david.marchand@redhat.com>

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@redhat.com>
Acked-by: Bruce Richardson <bruce.richardson@intel.com>
Acked-by: Aaron Conole <aconole@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


  parent reply	other threads:[~2025-11-05  7:45 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-09-04 13:45 [PATCH] ci: switch testing to Fedora 42 " David Marchand
2025-09-04 13:54 ` Bruce Richardson
2025-09-08 15:02 ` Aaron Conole
2025-11-04 14:52 ` David Marchand
2025-11-05  7:45 ` David Marchand [this message]
2025-11-05  8:35   ` [PATCH v2] ci: switch testing to Fedora 43 " David Marchand

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20251105074547.3760605-1-david.marchand@redhat.com \
    --to=david.marchand@redhat.com \
    --cc=aconole@redhat.com \
    --cc=bruce.richardson@intel.com \
    --cc=dev@dpdk.org \
    --cc=maicolgabriel@hotmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).