We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2b48908 + 3b10247 commit 1a846f5Copy full SHA for 1a846f5
.github/workflows/Tests.yml
@@ -27,6 +27,9 @@ jobs:
27
- "1"
28
- "lts"
29
- "pre"
30
+ arch:
31
+ - x64
32
+ - x86
33
group:
34
- "Core"
35
- "DefaultsLoading"
Project.toml
@@ -1,7 +1,7 @@
1
name = "LinearSolve"
2
uuid = "7ed4a6bd-45f5-4d41-b270-4a48e9bafcae"
3
authors = ["SciML"]
4
-version = "3.20.0"
+version = "3.21.0"
5
6
[deps]
7
ArrayInterface = "4fba245c-0d91-5ea0-9b3e-6abc04ee57a9"
0 commit comments