From a14b0456bac8ce06e95821636bd3296b05668d0f Mon Sep 17 00:00:00 2001 From: Matt Fishman Date: Wed, 8 May 2024 21:40:06 -0400 Subject: [PATCH] Use the latest Julia version in CI --- .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 db28928..b3207cc 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -57,7 +57,7 @@ jobs: - uses: actions/checkout@v4 - uses: julia-actions/setup-julia@v2 with: - version: '1.9' + version: '1' - uses: julia-actions/cache@v2 - name: Configure doc environment shell: julia --project=docs --color=yes {0}