mirror of
https://github.com/derrod/legendary.git
synced 2024-12-22 17:55:27 +00:00
.github: Don't fail all builds if macOS is being a dunce
This commit is contained in:
parent
926e89c89a
commit
19ba9a45f7
2
.github/workflows/python.yml
vendored
2
.github/workflows/python.yml
vendored
|
@ -12,8 +12,6 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
os: ['ubuntu-20.04', 'windows-latest', 'macos-11']
|
||||
|
||||
fail-fast: true
|
||||
max-parallel: 3
|
||||
|
||||
steps:
|
||||
|
|
Loading…
Reference in a new issue