diff --git a/.github/workflows/Documentation.yml b/.github/workflows/Documentation.yml index 62e32b13..b102f766 100644 --- a/.github/workflows/Documentation.yml +++ b/.github/workflows/Documentation.yml @@ -18,7 +18,7 @@ jobs: - uses: actions/checkout@v4 - uses: julia-actions/setup-julia@v1 with: - version: '1' + version: '1.10' - name: Configure doc environment shell: julia --project=docs --color=yes {0} run: |