Downgrade benchmarks CI job to ubuntu 22 (#13743)

This commit is contained in:
Micha Reiser 2024-10-14 09:17:38 +02:00 committed by GitHub
parent defdc4dd8e
commit 8445e4725c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -608,7 +608,7 @@ jobs:
just test just test
benchmarks: benchmarks:
runs-on: ubuntu-latest runs-on: ubuntu-22.04
needs: determine_changes needs: determine_changes
if: ${{ github.repository == 'astral-sh/ruff' && (needs.determine_changes.outputs.code == 'true' || github.ref == 'refs/heads/main') }} if: ${{ github.repository == 'astral-sh/ruff' && (needs.determine_changes.outputs.code == 'true' || github.ref == 'refs/heads/main') }}
timeout-minutes: 20 timeout-minutes: 20