Skip to content

Commit 41cbb9f

Browse files
committed
chore: use latest runner on staging
1 parent 4a4951f commit 41cbb9f

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,9 @@ jobs:
8888
with:
8989
mode: ${{ matrix.codspeed-mode }}
9090
run: examples/google_benchmark_cmake/build/benchmark_example
91-
token: ${{ secrets.CODSPEED_TOKEN }}
91+
# token: ${{ secrets.CODSPEED_TOKEN }}
92+
runner-version: v4.3.0
93+
upload-url: https://api.staging.preview.codspeed.io/upload
9294

9395
bazel-integration-tests:
9496
strategy:
@@ -126,7 +128,9 @@ jobs:
126128
with:
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
129-
token: ${{ secrets.CODSPEED_TOKEN }}
131+
# token: ${{ secrets.CODSPEED_TOKEN }}
132+
runner-version: v4.3.0
133+
upload-url: https://api.staging.preview.codspeed.io/upload
130134

131135
cmake-build:
132136
strategy:

0 commit comments

Comments
 (0)