Skip to content

Commit

Permalink
Swtich back to 1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
hwpang committed Dec 12, 2023
1 parent f5aab4f commit a5215bb
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.9
version: 1.8
- 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.9
version: 1.8
- uses: conda-incubator/setup-miniconda@v2
with:
environment-file: environment.yml
Expand Down

0 comments on commit a5215bb

Please sign in to comment.