Skip to content

Commit

Permalink
just testing stable for now
Browse files Browse the repository at this point in the history
  • Loading branch information
henke443 committed Apr 17, 2024
1 parent 1085fa5 commit 7de90b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macOS-latest]
rust: [1.70.0, stable]
rust: [stable]
features: ["default"]
steps:
- uses: hecrj/setup-rust-action@v2
Expand All @@ -29,7 +29,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
rust: [1.70.0, stable]
rust: [stable]
steps:
- uses: hecrj/setup-rust-action@v2
with:
Expand Down

0 comments on commit 7de90b8

Please sign in to comment.