Skip to content

Commit 70df8c6

Browse files
committed
chore: try with latest runner version
1 parent 5890752 commit 70df8c6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ jobs:
9191
uses: CodSpeedHQ/action@main
9292
if: matrix.codspeed-mode != 'off'
9393
with:
94+
runner-version: branch:cod-2057-perf-timeout-in-codspeed-go-makes-benchmark-hang
9495
mode: ${{ matrix.codspeed-mode }}
9596
run: examples/google_benchmark_cmake/build/benchmark_example
9697
token: ${{ secrets.CODSPEED_TOKEN }}
@@ -131,6 +132,7 @@ jobs:
131132
uses: CodSpeedHQ/action@main
132133
if: matrix.codspeed-mode != 'off'
133134
with:
135+
runner-version: branch:cod-2057-perf-timeout-in-codspeed-go-makes-benchmark-hang
134136
mode: ${{ matrix.codspeed-mode }}
135137
run: bazel run //examples/google_benchmark_bazel:my_benchmark --@codspeed_core//:codspeed_mode=${{ matrix.codspeed-mode }} --@codspeed_core//:strict_warnings=on
136138
token: ${{ secrets.CODSPEED_TOKEN }}

0 commit comments

Comments
 (0)