From 58fb995c3fa67b5d5d151a81130097738dfcbaff Mon Sep 17 00:00:00 2001 From: Guilherme Amadio Date: Tue, 26 Nov 2024 16:21:17 +0100 Subject: [PATCH] [CI] Move to Fedora 41 in RPM build on GitHub Actions --- .github/workflows/RPM.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/RPM.yml b/.github/workflows/RPM.yml index c1aaffccc86..d3626b71d2e 100644 --- a/.github/workflows/RPM.yml +++ b/.github/workflows/RPM.yml @@ -205,9 +205,9 @@ jobs: retention-days: 14 fedora: - name: Fedora 40 + name: Fedora 41 runs-on: ubuntu-latest - container: fedora:40 + container: fedora:41 steps: - name: Install git