From 73b1dc1825fae5297a7ef03f98e361454806ff45 Mon Sep 17 00:00:00 2001 From: derrod Date: Fri, 29 Oct 2021 17:37:18 +0200 Subject: [PATCH] .github: Use "fail-fast" correctly I have no idea why macOS started failing. It doesn't make any sense. I guess it's probably due to the image being updated. Re-running older runs still seems fine so I really have no clue. For now let's just ignore it, we don't support macOS anyway. --- .github/workflows/python.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index 223743a..479a89b 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -12,6 +12,7 @@ jobs: strategy: matrix: os: ['ubuntu-20.04', 'windows-latest', 'macos-11'] + fail-fast: false max-parallel: 3 steps: