mirror of
https://github.com/derrod/legendary.git
synced 2024-12-22 17:55:27 +00:00
.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:
parent
c43833146a
commit
73b1dc1825
1
.github/workflows/python.yml
vendored
1
.github/workflows/python.yml
vendored
|
@ -12,6 +12,7 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: ['ubuntu-20.04', 'windows-latest', 'macos-11']
|
os: ['ubuntu-20.04', 'windows-latest', 'macos-11']
|
||||||
|
fail-fast: false
|
||||||
max-parallel: 3
|
max-parallel: 3
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|
Loading…
Reference in a new issue