From ac72f94fc3765fd36a7159ecea846baeec675ef0 Mon Sep 17 00:00:00 2001 From: Tobias Knopp Date: Sat, 24 Apr 2021 10:45:03 +0200 Subject: [PATCH] disable 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 28975fa3..a753e47b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: version: - '1.3' # Replace this with the minimum Julia version that your package supports. E.g. if your package requires Julia 1.5 or higher, change this to '1.5'. - '1' # Leave this line unchanged. '1' will automatically expand to the latest stable 1.x release of Julia. - - 'nightly' + #- 'nightly' os: - ubuntu-latest - macos-latest