From b8fee009d568d96d93265a24a80e5e25382c5b65 Mon Sep 17 00:00:00 2001 From: Andreas Noack Date: Sun, 26 May 2024 21:26:49 +0200 Subject: [PATCH] Stop testing on nightly It's makes the CI status unreliable. We can test upcoming releases in separate PRs. --- .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 bfff9c9..751e823 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: version: - '1' # automatically expands to the latest stable 1.x release of Julia (currently 1.9.x) - '~1.10.0-0' - - 'nightly' + # - 'nightly' os: - ubuntu-latest - macOS-latest