We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30a5a6e commit 5331b66Copy full SHA for 5331b66
.github/workflows/ci.yml
@@ -75,7 +75,7 @@ jobs:
75
run: cargo run -p ci -- lints
76
77
miri:
78
- runs-on: macos-latest
+ runs-on: windows-latest # switch back to `macos-latest` once miri no longer fails on it
79
timeout-minutes: 60
80
steps:
81
- uses: actions/checkout@v4
0 commit comments