Skip to content

Commit 6f8c1cf

Browse files
Merge pull request #592 from SciML/ranocha-patch-1
Use Julia 1.10 for Downgrade action
2 parents 19cd6c3 + 8bacc7d commit 6f8c1cf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/Downgrade.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
strategy:
1717
matrix:
18-
version: ['1']
18+
version: ['min']
1919
group:
2020
- Core
2121
- Enzyme

Project.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ Pkg = "1"
102102
PrecompileTools = "1.2"
103103
Preferences = "1.4"
104104
Random = "1"
105-
RecursiveArrayTools = "3.8"
105+
RecursiveArrayTools = "3.27.2"
106106
RecursiveFactorization = "0.2.14"
107107
Reexport = "1"
108108
SafeTestsets = "0.1"

0 commit comments

Comments
 (0)