Switch away from codspeed-macro to ubuntu-24.04 (#11099)

The current usage limits are not feasible for our deploy model
This commit is contained in:
Matthias Mair 2026-01-08 08:55:43 +01:00 committed by GitHub
parent 4709dc8a9a
commit f01d56ec0b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -392,7 +392,7 @@ jobs:
performance:
name: Tests - Performance
runs-on: codspeed-macro
runs-on: ubuntu-24.04 # codspeed-macro
needs: ["pre-commit", "paths-filter"]
if: needs.paths-filter.outputs.server == 'true' || needs.paths-filter.outputs.force == 'true'