From 4bd3172538fbb0ae7170c14d94aea6f175f7dd4c Mon Sep 17 00:00:00 2001 From: Thore Kockerols Date: Sun, 6 Aug 2023 18:20:24 +0200 Subject: [PATCH] Update tests_and_docs.yml --- .github/workflows/tests_and_docs.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/tests_and_docs.yml b/.github/workflows/tests_and_docs.yml index 20d335c..81a41bc 100644 --- a/.github/workflows/tests_and_docs.yml +++ b/.github/workflows/tests_and_docs.yml @@ -11,6 +11,7 @@ jobs: build: name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }} runs-on: ${{ matrix.os }} + continue-on-error: ${{ matrix.version == 'nightly' || matrix.version == '^1.10.0-0' }} strategy: fail-fast: false matrix: