Skip to content

Commit

Permalink
ci: update cross-ci workflow to use only stable Rust version
Browse files Browse the repository at this point in the history
Signed-off-by: simonsan <[email protected]>
  • Loading branch information
simonsan committed Nov 27, 2024
1 parent 1c173a0 commit 416ff3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cross-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
strategy:
fail-fast: false
matrix:
rust: [stable, beta]
rust: [stable]
job:
- os: windows-latest
os-name: windows
Expand Down

0 comments on commit 416ff3a

Please sign in to comment.