Skip to content

Commit

Permalink
use julia 1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
mjohnson541 committed Mar 21, 2024
1 parent 3ba3ace commit e60d482
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: latest
version: 1.10
- uses: actions/cache@v1
env:
cache-name: cache-artifacts
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Install.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: latest
version: 1.10
- uses: actions/cache@v1
env:
cache-name: cache-artifacts
Expand Down

0 comments on commit e60d482

Please sign in to comment.