From f9667a9329aa63d34caf613c0b673e5261a55df3 Mon Sep 17 00:00:00 2001 From: Adam Gutglick Date: Tue, 2 Jun 2026 16:37:28 +0100 Subject: [PATCH] Try and enable runs-on Signed-off-by: Adam Gutglick --- .github/workflows/ci.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3ed10e8..503e205 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -43,7 +43,11 @@ jobs: bench-codspeed: name: Benchmark with Codspeed - runs-on: ubuntu-latest + runs-on: + - runs-on=${{ github.run_id }} + - family=c6id.8xlarge + - image=ubuntu24-full-x64 + - tag=bench-codspeed steps: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 - uses: ./.github/actions/setup-rust