Skip to content

Commit

Permalink
Update rust.yml
Browse files Browse the repository at this point in the history
Focus on supporting both stable and nightly
  • Loading branch information
QueenOfSquiggles authored Aug 10, 2024
1 parent 12eff34 commit 39421ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
matrix:
os: [windows-latest, ubuntu-latest, macos-latest]
toolchain: [stable, nightly, "1.71.1"]
toolchain: [stable, nightly]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 39421ac

Please sign in to comment.