Skip to content

Commit

Permalink
chore(CI): Remove Rust version from CI runner
Browse files Browse the repository at this point in the history
  • Loading branch information
WillLillis authored and bergercookie committed Oct 27, 2024
1 parent 2b093e8 commit 2e19583
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
rust: [1.70.0, stable, beta, nightly]
rust: [stable, beta, nightly]

steps:
- name: Checkout repository
Expand Down

0 comments on commit 2e19583

Please sign in to comment.