mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 01:58:19 +00:00
Merge pull request #2133 from heinrich5991/pr_ddnet_ci_dont_fail_fast
Don't fail bors on macOS CI
This commit is contained in:
commit
45b9f72bdc
1
.github/workflows/build.yaml
vendored
1
.github/workflows/build.yaml
vendored
|
@ -6,6 +6,7 @@ jobs:
|
|||
build-cmake:
|
||||
runs-on: ${{ matrix.os }}
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
os: [ubuntu-latest, macOS-latest, windows-latest, ubuntu-16.04]
|
||||
include:
|
||||
|
|
Loading…
Reference in a new issue