From f391945c3e35a30524c7aaef5739c877b5a7fbec Mon Sep 17 00:00:00 2001 From: JokingHero Date: Tue, 27 Feb 2024 14:16:46 +0100 Subject: [PATCH] fixing another bug --- .github/workflows/documentation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 0976c5e9..5df486dd 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -14,7 +14,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - julia-version: ['1.8-5'] + julia-version: ['1.8.5'] julia-arch: [x64] os: [ubuntu-latest] steps: