Skip to content

Commit bf6fb2a

Browse files
committed
Pin CI skeptic job to Rust 1.76
1 parent 1e67f94 commit bf6fb2a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ jobs:
1616
strategy:
1717
fail-fast: false
1818
matrix:
19-
rust: [nightly, beta, stable]
19+
# skeptic doesn't work since 1.77: bhttps://github.com/budziq/rust-skeptic/issues/141
20+
rust: [1.76.0]
2021
timeout-minutes: 45
2122
steps:
2223
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)