Skip to content

Commit

Permalink
bump julia compat to 1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Krastanov authored Jul 30, 2024
1 parent 8654685 commit 6b9c0ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
include:
- os: ubuntu-latest
arch: x64
version: '1.6'
version: '1.10'
steps:
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v2
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ RecursiveArrayTools = "3"
SparseArrays = "1"
Strided = "1, 2"
UnsafeArrays = "1"
julia = "1.6"
julia = "1.10"

0 comments on commit 6b9c0ad

Please sign in to comment.