Use julia 1.10 in CI

This commit is contained in:
Anton Reinhard 2024-05-08 13:28:33 +02:00
parent a4169f1641
commit 37e5f696a6

@ -17,9 +17,9 @@ jobs:
fetch-depth: 0
- name: Setup Julia environment
uses: https://github.com/julia-actions/setup-julia@v1.9.2
uses: https://github.com/julia-actions/setup-julia@v2
with:
version: '1.9.2'
version: '1.10'
- name: Instantiate
run: |
@ -58,9 +58,9 @@ jobs:
fetch-depth: 0
- name: Setup Julia environment
uses: https://github.com/julia-actions/setup-julia@v1.9.2
uses: https://github.com/julia-actions/setup-julia@v2
with:
version: '1.9.2'
version: '1.10'
- name: Build docs
run: |