From 356a26646c9971c1985f320e608419f59f8880a9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 7 Apr 2024 23:41:49 -0500 Subject: [PATCH] Update fedora Docker tag to v41 (#2898) --- .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 760b71e31..7a9408fcf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -299,7 +299,7 @@ jobs: needs: build-binary-linux name: "check system | python on fedora" runs-on: ubuntu-latest - container: fedora:39 + container: fedora:41 steps: - uses: actions/checkout@v4