Skip to content

Commit 2e3e00c

Browse files
committed
chore: use latest runner on staging
1 parent 4a4951f commit 2e3e00c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,8 @@ jobs:
8989
mode: ${{ matrix.codspeed-mode }}
9090
run: examples/google_benchmark_cmake/build/benchmark_example
9191
token: ${{ secrets.CODSPEED_TOKEN }}
92+
runner-version: v4.3.0-beta.0
93+
upload-url: https://api.staging.preview.codspeed.io/upload
9294

9395
bazel-integration-tests:
9496
strategy:
@@ -127,6 +129,8 @@ jobs:
127129
mode: ${{ matrix.codspeed-mode }}
128130
run: bazel run //examples/google_benchmark_bazel:my_benchmark --//core:codspeed_mode=${{ matrix.codspeed-mode }} --//core:strict_warnings=on
129131
token: ${{ secrets.CODSPEED_TOKEN }}
132+
runner-version: v4.3.0-beta.0
133+
upload-url: https://api.staging.preview.codspeed.io/upload
130134

131135
cmake-build:
132136
strategy:

0 commit comments

Comments
 (0)