Skip to content

Commit

Permalink
use newest julia version
Browse files Browse the repository at this point in the history
  • Loading branch information
HelgeGehring committed Feb 22, 2024
1 parent 1c8d266 commit edcdb69
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 @@ -23,7 +23,7 @@ jobs:
python-version: "3.12"
- uses: julia-actions/setup-julia@v1
with:
version: '1.9.2'
version: '1.10.1'
- uses: julia-actions/cache@v1
- name: Install JuliaFormatter and format
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- uses: julia-actions/setup-julia@v1
with:
version: '1.9.3'
version: '1.10.1'
- uses: julia-actions/cache@v1
with:
cache-name: ${{ runner.os }}-${{ steps.get-date.outputs.date }}
Expand Down

0 comments on commit edcdb69

Please sign in to comment.