changeset 30028:bd2744459de4

GitHub-CI (macos): Allow other runners in the matrix to continue if some fail. * .github/workflows/make.yaml (macos): Allow other runners in the matrix to continue if some fail.
author Markus Mützel <markus.muetzel@gmx.de>
date Sat, 21 Aug 2021 16:20:40 +0200
parents 4ee0cac00a10
children 40157299fdeb
files .github/workflows/make.yaml
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/.github/workflows/make.yaml	Sat Aug 21 15:03:54 2021 +0200
+++ b/.github/workflows/make.yaml	Sat Aug 21 16:20:40 2021 +0200
@@ -135,6 +135,9 @@
     runs-on: ${{ matrix.os }}
 
     strategy:
+      # Allow other runners in the matrix to continue if some fail
+      fail-fast: false
+
       matrix:
         # For available GitHub-hosted runners, see: https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners
         os: [macos-10.15, macos-11]