From e6140f151ade81ffaae37ae1e8654fe77c4033dd Mon Sep 17 00:00:00 2001 From: Andreas Noack Date: Sun, 7 Jan 2024 15:06:01 +0100 Subject: [PATCH] Let future test on beta instead of nightly Early in the cycle, the failures on nightly are not that useful to us. We only really need to pay attention once Julia enters the beta stage. --- .github/workflows/CI-future.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI-future.yml b/.github/workflows/CI-future.yml index f15074da..c3a03768 100644 --- a/.github/workflows/CI-future.yml +++ b/.github/workflows/CI-future.yml @@ -19,7 +19,7 @@ jobs: strategy: fail-fast: false matrix: - version: ['nightly'] + version: ['beta'] os: ['ubuntu-latest', 'macos-latest', 'windows-latest'] arch: ['x64'] steps: