From c726588ad13b7c9eff9ce332af46574ec52e0feb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Legat?= Date: Thu, 24 Apr 2025 11:03:43 +0200 Subject: [PATCH] Bump Julia version to v1.10 for documentation --- .github/workflows/documentation.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 0942a60ac4..df840cf6d6 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -12,8 +12,8 @@ jobs: - uses: actions/checkout@v4 - uses: julia-actions/setup-julia@latest with: - # Build documentation on Julia 1.9 - version: '1.9' + # Build documentation on Julia 1.10 + version: '1.10' - name: Install dependencies shell: julia --project=docs {0} run: |