Skip to content

Commit 5dda72d

Browse files
authored
ci: pin valgrind to rustc 1.82 (#6998)
1 parent c07257f commit 5dda72d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ jobs:
283283
- name: Install Rust ${{ env.rust_stable }}
284284
uses: dtolnay/rust-toolchain@stable
285285
with:
286-
toolchain: ${{ env.rust_stable }}
286+
toolchain: 1.82
287287

288288
- name: Install Valgrind
289289
uses: taiki-e/install-action@valgrind

.github/workflows/stress-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ env:
1313
RUSTFLAGS: -Dwarnings
1414
RUST_BACKTRACE: 1
1515
# Change to specific Rust release to pin
16-
rust_stable: stable
16+
rust_stable: 1.82
1717

1818
permissions:
1919
contents: read

0 commit comments

Comments
 (0)