Skip to content

Commit

Permalink
Switch to Julia 1.9 for CI and doc
Browse files Browse the repository at this point in the history
  • Loading branch information
hwpang committed Dec 12, 2023
1 parent 92a8b09 commit 26f21fe
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 @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v2
- uses: julia-actions/setup-julia@v1
with:
version: 1.8
version: 1.9
- uses: actions/cache@v1
env:
cache-name: cache-artifacts
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@v2
- uses: julia-actions/setup-julia@latest
with:
version: 1.8
version: 1.9
- uses: conda-incubator/setup-miniconda@v2
with:
environment-file: environment.yml
Expand Down

0 comments on commit 26f21fe

Please sign in to comment.