From 4a4b75b0de9b2b4cf29c5efe6e0195023ff213e0 Mon Sep 17 00:00:00 2001 From: OpenSauce04 Date: Sat, 23 May 2026 19:59:34 +0100 Subject: [PATCH] libretro.yml: Don't fail fast in macOS job matrix --- .github/workflows/libretro.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/libretro.yml b/.github/workflows/libretro.yml index 10c137327..7f5aa049a 100644 --- a/.github/workflows/libretro.yml +++ b/.github/workflows/libretro.yml @@ -174,6 +174,7 @@ jobs: macos: runs-on: macos-26 strategy: + fail-fast: false matrix: target: ["x86_64", "arm64"] env: