Skip to content

Commit

Permalink
Upgrade Julia from 1.6 to 1.10 (#2000)
Browse files Browse the repository at this point in the history
* upgrade manifest and update deps

* Update Julia

* Update .github/workflows/deploy.yml

Co-authored-by: Mosè Giordano <[email protected]>

* remove unrecognized tag

* clarify that version 1.10 is required

* Use text tag

* Update Manifest.toml

* use default val method

* fix

* Update utils.jl

Co-authored-by: Mosè Giordano <[email protected]>

* use julia-actions/cache

---------

Co-authored-by: Mosè Giordano <[email protected]>
Co-authored-by: Viral B. Shah <[email protected]>
Co-authored-by: Jameson Nash <[email protected]>
Co-authored-by: Ian Butterworth <[email protected]>
  • Loading branch information
5 people authored Jul 23, 2024
1 parent f04901e commit 9abba82
Show file tree
Hide file tree
Showing 5 changed files with 236 additions and 101 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,9 @@ jobs:
- name: Install Julia
uses: julia-actions/setup-julia@v2
with:
version: 1.6
version: '1.10'

- uses: julia-actions/cache@v2

# This ensures that NodeJS and Franklin are loaded then it installs
# highlight.js which is needed for the prerendering step.
Expand Down
Loading

0 comments on commit 9abba82

Please sign in to comment.