Skip to content

Commit 693ea8b

Browse files
committed
Update MIRI
1 parent c92943c commit 693ea8b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/miri.yaml

+3-2
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,10 @@ jobs:
2727
name: MIRI
2828
runs-on: ubuntu-latest
2929
strategy:
30+
# Consult https://rust-lang.github.io/rustup-components-history/ to see compatible versions
3031
matrix:
31-
arch: [amd64]
32-
rust: [nightly-2022-01-17]
32+
arch: [ amd64 ]
33+
rust: [ nightly-2022-06-08 ]
3334
steps:
3435
- uses: actions/checkout@v2
3536
with:

0 commit comments

Comments
 (0)