From 7897ca8536bf4d43fb1d64f64acdf9e1383bb2ee Mon Sep 17 00:00:00 2001 From: Cheng Gong Date: Tue, 28 May 2024 09:29:47 -0400 Subject: [PATCH] Enzyme 0.12 requires julia> 1.0 --- .github/workflows/CI.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 277e37c..c0c74a8 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -19,9 +19,7 @@ jobs: fail-fast: false matrix: version: - - '1.8' # the minimum version - - '1.9' # the minimum version - - '1.10' # the latest version + - '1.10' # the minimum version os: - ubuntu-20.04 # - macOS-latest