From 0224e5bed5fdef5bebcda80f32482d6f49e6b511 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Gronowski?= Date: Fri, 28 Mar 2025 16:31:25 +0100 Subject: [PATCH 1/2] ci: Test more distros in GHA workflow MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add distros from Jenkinsfile to GHA Signed-off-by: Paweł Gronowski --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 847f7d0952..449b5f8c5d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,10 @@ jobs: - ubuntu-jammy - ubuntu-noble - ubuntu-oracular + - fedora-41 - fedora-42 + - centos-9 + - centos-10 steps: - name: Checkout From c4c2b021d25c580948567965178a38d0c16a86c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Gronowski?= Date: Wed, 2 Apr 2025 14:55:56 +0200 Subject: [PATCH 2/2] gha/ci: Update runner to ubuntu-24 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ubuntu-20 will be removed soon Signed-off-by: Paweł Gronowski --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 449b5f8c5d..75c6bd7af9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ on: jobs: build: - runs-on: ubuntu-20.04 + runs-on: ubuntu-24.04 strategy: fail-fast: false matrix: