From 08c4a3d89fb72ee044a82afcb6bae79283c21b8c Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Tue, 30 Sep 2025 11:04:21 +0200 Subject: [PATCH] Try to use a paid runner for the benchmarks --- .github/workflows/CICD.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CICD.yml b/.github/workflows/CICD.yml index be7673e95..30c80e5d6 100644 --- a/.github/workflows/CICD.yml +++ b/.github/workflows/CICD.yml @@ -1276,7 +1276,7 @@ jobs: benchmarks: name: Run benchmarks (CodSpeed) - runs-on: ubuntu-latest + runs-on: Linux-high-perf needs: min_version steps: - uses: actions/checkout@v5