Skip to content

Commit 0f94dce

Browse files
committed
Fix stable benchmarks CI
1 parent 21ca6ed commit 0f94dce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/beta-stable-benchmarks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
jobs:
88
test-stable:
99
name: Test stable benchmarks
10-
runs-on: ubuntu-24.04
10+
runs-on: ubuntu-22.04
1111
steps:
1212
- name: Checkout the source code
1313
uses: actions/checkout@v4
@@ -32,4 +32,4 @@ jobs:
3232

3333
- name: Run stable benchmarks
3434
run: |
35-
cargo run --bin collector bench_local `rustup +beta which rustc` --category Stable
35+
cargo run -p collector --bin collector bench_local `rustup +beta which rustc` --category Stable

0 commit comments

Comments
 (0)