.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.
This commit is contained in:
derrod 2021-10-29 17:37:18 +02:00
parent c43833146a
commit 73b1dc1825

View file

@ -12,6 +12,7 @@ jobs:
strategy:
matrix:
os: ['ubuntu-20.04', 'windows-latest', 'macos-11']
fail-fast: false
max-parallel: 3
steps: