Skip to content

Commit d0a7e82

Browse files
committed
wip: use alpha runner release
1 parent 14c139f commit d0a7e82

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,14 +171,14 @@ jobs:
171171
fi
172172
173173
- name: Install memtrack (temp until runner is released)
174-
run: curl --proto '=https' --tlsv1.2 -LsSf https://github.com/CodSpeedHQ/runner/releases/download/memtrack-v1.0.1-alpha.1/memtrack-installer.sh | sh
174+
run: curl --proto '=https' --tlsv1.2 -LsSf https://github.com/CodSpeedHQ/runner/releases/download/memtrack-v1.0.1-alpha.3/memtrack-installer.sh | sh
175175

176176
- name: Run the benchmarks
177177
uses: CodSpeedHQ/action@main
178178
env:
179179
MY_ENV_VAR: "YES"
180180
with:
181-
runner-version: branch:main
181+
runner-version: 4.4.2-alpha.3
182182
run: cargo codspeed run
183183
mode: ${{ matrix.mode }}
184184
upload-url: https://api.staging.preview.codspeed.io/upload

0 commit comments

Comments
 (0)