diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ca5a8da66..7d5bdb019 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -252,7 +252,7 @@ jobs: lint-pylint: name: Check pylint - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 needs: prepare steps: - name: Check out code from GitHub