From f0d0a96d62a04c1e454dcaeb3a2ee44f16b2da8a Mon Sep 17 00:00:00 2001 From: Ian Butterworth Date: Thu, 16 Nov 2023 12:38:05 -0500 Subject: [PATCH] update nightlies --- .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 d8fde888..562069be 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -15,7 +15,7 @@ jobs: matrix: os: [ubuntu-latest, windows-latest, macOS-latest] julia-arch: [x64, x86] - julia-version: ['1.6','1','1.9-nightly','nightly'] + julia-version: ['1.6','1','1.10-nightly','nightly'] exclude: - os: macOS-latest julia-arch: x86