Skip to content

Commit

Permalink
Pin CI skeptic job to Rust 1.76
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Mar 26, 2024
1 parent 1e67f94 commit bf6fb2a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ jobs:
strategy:
fail-fast: false
matrix:
rust: [nightly, beta, stable]
# skeptic doesn't work since 1.77: bhttps://github.com/budziq/rust-skeptic/issues/141
rust: [1.76.0]
timeout-minutes: 45
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit bf6fb2a

Please sign in to comment.