From eb49ff4872f8803bf19a89445598c3961b4a7150 Mon Sep 17 00:00:00 2001 From: not-matthias Date: Fri, 12 Jun 2026 12:56:30 +0200 Subject: [PATCH] ci: use latest runner-version for darwin flamegraph benchmark --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fc7fabb..9b9fec1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -89,8 +89,7 @@ jobs: run: cargo r --release --manifest-path ../go-runner/Cargo.toml -- test -bench=BenchmarkFibonacciDarwin example -benchtime=500ms working-directory: example mode: walltime - # TODO: Remove this once the runner has been released with the fix - runner-version: branch:cod-2762-samply-sigkills-dsymutil + runner-version: latest go-runner-benchmarks: runs-on: codspeed-macro