Skip to content

Commit

Permalink
gha julia 1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
fonsp committed Oct 29, 2024
1 parent 7ffa4c7 commit 711261a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ReleaseLatest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Install Julia
uses: julia-actions/setup-julia@v2
with:
version: '1.11'
version: '1.10'

- uses: octokit/[email protected]
id: get_latest_release
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ReleaseManual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Install Julia
uses: julia-actions/setup-julia@v2
with:
version: '1.11'
version: '1.10'

- name: Update Pkg environment
run: julia --project -e '
Expand Down

0 comments on commit 711261a

Please sign in to comment.