From 10ebdd9531f6fc0bb9117b2670ace9e8ec1750f2 Mon Sep 17 00:00:00 2001 From: Garen Torikian Date: Tue, 26 Aug 2025 01:32:59 -0400 Subject: [PATCH] Disable fail-fast in cross compile workflow --- .github/workflows/cross_compile.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/cross_compile.yml b/.github/workflows/cross_compile.yml index 02d68d7..a012dd6 100644 --- a/.github/workflows/cross_compile.yml +++ b/.github/workflows/cross_compile.yml @@ -20,6 +20,7 @@ jobs: runs-on: ubuntu-latest needs: ci-data strategy: + fail-fast: false matrix: platform: ${{ fromJSON(needs.ci-data.outputs.result).supported-ruby-platforms }} steps: