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: |