Skip to content

Commit

Permalink
Remove nightly from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
hecrj committed Jun 10, 2024
1 parent 7e6c1c3 commit 254d6b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
strategy:
fail-fast: false
matrix:
toolchain: [stable, nightly, '1.70.0']
toolchain: [stable, '1.70.0']
platform:
# Note: Make sure that we test all the `docs.rs` targets defined in Cargo.toml!
- { name: 'Windows 64bit MSVC', target: x86_64-pc-windows-msvc, os: windows-latest, }
Expand Down

0 comments on commit 254d6b3

Please sign in to comment.