Skip to content

Commit 358137a

Browse files
committed
chore: use latest runner on staging
1 parent 898484d commit 358137a

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
@@ -131,7 +131,9 @@ jobs:
131131
with:
132132
run: cargo codspeed run
133133
mode: instrumentation
134-
token: ${{ secrets.CODSPEED_TOKEN }}
134+
# token: ${{ secrets.CODSPEED_TOKEN }}
135+
runner-version: v4.3.0-beta.0
136+
upload-url: https://api.staging.preview.codspeed.io/upload
135137

136138
compat-integration-test-walltime:
137139
runs-on: codspeed-macro
@@ -165,7 +167,9 @@ jobs:
165167
with:
166168
run: cargo codspeed run
167169
mode: walltime
168-
token: ${{ secrets.CODSPEED_TOKEN }}
170+
# token: ${{ secrets.CODSPEED_TOKEN }}
171+
runner-version: v4.3.0-beta.0
172+
upload-url: https://api.staging.preview.codspeed.io/upload
169173

170174
musl-build-check:
171175
strategy:

0 commit comments

Comments
 (0)