Skip to content

Commit

Permalink
ci: pin nightly including fix from rust-lang/rust#129715
Browse files Browse the repository at this point in the history
avoids a precision consistency issue
  • Loading branch information
YeungOnion committed Sep 10, 2024
1 parent 069c75e commit 6aa86cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
timeout-minutes: 20
strategy:
matrix:
toolchain: [nightly, nightly-2024-08-29]
toolchain: [nightly, nightly-2024-09-01]

name: Coverage
runs-on: ubuntu-latest
Expand Down

0 comments on commit 6aa86cc

Please sign in to comment.