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