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:
parent
4709dc8a9a
commit
f01d56ec0b
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Reference in New Issue