diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f0092b1a1..e7f67b39d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -977,7 +977,7 @@ jobs: needs: build-binary-linux name: "check system | python on fedora" runs-on: ubuntu-latest - container: fedora:41 + container: fedora:42 steps: - uses: actions/checkout@v4