From 3fa93c0577c3b2ed8c159048b7268005932acde7 Mon Sep 17 00:00:00 2001 From: Fredrik Ekre Date: Wed, 23 Oct 2024 11:34:42 +0200 Subject: [PATCH] Build docs on Julia 1.11. --- .github/workflows/CI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index d6326d9..764c129 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -48,7 +48,7 @@ jobs: - uses: actions/checkout@v4 - uses: julia-actions/setup-julia@v2 with: - version: '1.10' + version: '1.11' - uses: julia-actions/cache@v2 - name: Install dependencies run: julia --project=docs -e 'using Pkg; Pkg.instantiate()'