From 818dc397de2d0b53c4f238a82acb7aaee84184f7 Mon Sep 17 00:00:00 2001 From: Robert Landers Date: Sun, 12 May 2024 16:04:33 +0200 Subject: [PATCH] do not fail if one fails --- .github/workflows/build-cli.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-cli.yaml b/.github/workflows/build-cli.yaml index 015640e2..c76fbb48 100644 --- a/.github/workflows/build-cli.yaml +++ b/.github/workflows/build-cli.yaml @@ -120,7 +120,7 @@ jobs: platforms: linux/amd64 build-osx: strategy: - fail-fast: true + fail-fast: false matrix: platform: [ 'arm64', 'x86_64' ] runs-on: ${{ matrix.platform == 'arm64' && 'macos-14' || 'macos-13' }}