From e05c5c6526b3a4e16f933af2f2e143b7a538fe05 Mon Sep 17 00:00:00 2001 From: Jameson Nash Date: Fri, 3 Nov 2023 15:59:05 -0400 Subject: [PATCH] Update .github/workflows/ci.yml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Mosè Giordano --- .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 6c4208d..7c64827 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: matrix: version: #- '1' # automatically expands to the latest stable 1.x release of Julia - #- '1.10' + - '~1.10.0-0' - 'nightly' os: - ubuntu-latest