From dce28d4b99b41534e933f7b016dcdbeb054d6bb5 Mon Sep 17 00:00:00 2001 From: Samuel Omlin Date: Wed, 3 Jan 2024 16:10:53 +0100 Subject: [PATCH] remove CI for Julia nightly --- .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 26361032..17bdeecf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: #- '1.8' # Minimum required Julia version (due to CellArrays' AMDGPU dependency 1.7 and due to Enzyme 1.8). - '1.9' - '1' # Latest stable 1.x release of Julia - - 'nightly' + #- 'nightly' os: - ubuntu-latest - macOS-latest