diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index a813be36dd..047e83f12c 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -712,7 +712,7 @@ jobs: just test benchmarks: - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 needs: determine_changes if: ${{ github.repository == 'astral-sh/ruff' && !contains(github.event.pull_request.labels.*.name, 'no-test') && (needs.determine_changes.outputs.code == 'true' || github.ref == 'refs/heads/main') }} timeout-minutes: 20