Skip to content

Commit

Permalink
ci: Drop 1.41 in cross test
Browse files Browse the repository at this point in the history
Cargo cross does not support this old rust version anymore, increase
cross versions.
  • Loading branch information
bluss committed Sep 20, 2023
1 parent c6f86de commit 86f4432
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,10 +124,7 @@ jobs:
- rust: stable
target: aarch64-unknown-linux-gnu
features: constconf cgemm threading
- rust: 1.61.0
target: aarch64-unknown-linux-gnu
features: cgemm
- rust: 1.41.1 # MSRV
- rust: 1.65.0
target: aarch64-unknown-linux-gnu
features: cgemm

Expand Down

0 comments on commit 86f4432

Please sign in to comment.