Skip to content

Commit f01d56e

Browse files
authored
Switch away from codspeed-macro to ubuntu-24.04 (#11099)
The current usage limits are not feasible for our deploy model
1 parent 4709dc8 commit f01d56e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/qc_checks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ jobs:
392392

393393
performance:
394394
name: Tests - Performance
395-
runs-on: codspeed-macro
395+
runs-on: ubuntu-24.04 # codspeed-macro
396396

397397
needs: ["pre-commit", "paths-filter"]
398398
if: needs.paths-filter.outputs.server == 'true' || needs.paths-filter.outputs.force == 'true'

0 commit comments

Comments
 (0)