Browse Source

Build docs on Julia 1.11.

fe/julia-1.10 v1.4.1
Fredrik Ekre 1 year ago
parent
commit
3fa93c0577
  1. 2
      .github/workflows/CI.yml

2
.github/workflows/CI.yml

@ -48,7 +48,7 @@ jobs:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v2 - uses: julia-actions/setup-julia@v2
with: with:
version: '1.10' version: '1.11'
- uses: julia-actions/cache@v2 - uses: julia-actions/cache@v2
- name: Install dependencies - name: Install dependencies
run: julia --project=docs -e 'using Pkg; Pkg.instantiate()' run: julia --project=docs -e 'using Pkg; Pkg.instantiate()'

Loading…
Cancel
Save