Skip to content

Commit 1b26800

Browse files
committed
chore: run with latest runner
1 parent 9dac592 commit 1b26800

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/codspeed.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,12 @@ jobs:
3535
uv sync --dev
3636
sudo apt-get remove valgrind -y
3737
- name: Run benchmarks
38-
uses: CodSpeedHQ/action@main
38+
uses: CodSpeedHQ/action@chore/runner-branch
3939
with:
4040
mode: ${{ matrix.mode }}
4141
run: uv run pytest tests/benchmarks/ --codspeed --test-group=${{ matrix.shard }} --test-group-count=${{ env.SHARDS }}
4242
token: ${{ secrets.CODSPEED_TOKEN }}
43+
runner-branch: main
4344

4445
all-checks:
4546
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)