Skip to content

Commit

Permalink
ci: Unpin nightly rustc
Browse files Browse the repository at this point in the history
  • Loading branch information
aborgna-q authored Oct 21, 2024
1 parent ce14684 commit a0635d6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci-rs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,9 +131,7 @@ jobs:
strategy:
fail-fast: true
matrix:
# Pinned nightly version until this gets resolved:
# https://github.com/rust-lang/rust/issues/125474
rust: ['1.75', beta, 'nightly-2024-05-22']
rust: ['1.75', 'beta', 'nightly']
name: tests (Rust ${{ matrix.rust }})
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit a0635d6

Please sign in to comment.