Skip to content

Commit

Permalink
feat: upgrade to use julia 1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
anirudh2 committed Jun 18, 2024
1 parent 9eaefa6 commit d71cb11
Show file tree
Hide file tree
Showing 7 changed files with 781 additions and 405 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
fail-fast: false
matrix:
version:
- '1.8'
- '1.10'
os:
- ubuntu-latest
arch:
Expand All @@ -42,7 +42,7 @@ jobs:
- uses: actions/checkout@v2
- uses: julia-actions/setup-julia@v1
with:
version: '1.8'
version: '1.10'
- uses: julia-actions/julia-buildpkg@v1
- uses: julia-actions/julia-docdeploy@v1
env:
Expand Down
Loading

0 comments on commit d71cb11

Please sign in to comment.