From f01d56ec0b1da36a3f831da1d71fe3bdc07069b8 Mon Sep 17 00:00:00 2001 From: Matthias Mair Date: Thu, 8 Jan 2026 08:55:43 +0100 Subject: [PATCH] Switch away from codspeed-macro to ubuntu-24.04 (#11099) The current usage limits are not feasible for our deploy model --- .github/workflows/qc_checks.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/qc_checks.yaml b/.github/workflows/qc_checks.yaml index 6c2c0207c6..b93333f90f 100644 --- a/.github/workflows/qc_checks.yaml +++ b/.github/workflows/qc_checks.yaml @@ -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'