Skip to content

Commit b1def84

Browse files
authored
Merge pull request #2295 from Kobzol/fix-stable-ci
Fix stable benchmarks CI
2 parents 8109f94 + 0f94dce commit b1def84

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)