Skip to content
This repository has been archived by the owner on Nov 8, 2024. It is now read-only.

Commit

Permalink
Update to Julia 1.8 (#68)
Browse files Browse the repository at this point in the history
* Update Build.yml

* Update Deploy.yml
  • Loading branch information
storopoli authored Nov 14, 2022
1 parent c1e5768 commit 51896f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Install Julia
uses: julia-actions/setup-julia@v1
with:
version: '1.7'
version: '1.8'
# NOTE
# The steps below ensure that NodeJS and Franklin are loaded then it
# installs highlight.js which is needed for the prerendering step
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Install Julia
uses: julia-actions/setup-julia@v1
with:
version: '1.7'
version: '1.8'
# NOTE
# The steps below ensure that NodeJS and Franklin are loaded then it
# installs highlight.js which is needed for the prerendering step
Expand Down

0 comments on commit 51896f5

Please sign in to comment.