Browse Source

Disable fail-fast in C++ compatibility matrix

Allow both Ubuntu and macOS jobs to complete even if one fails
to collect artifacts and diffs from both platforms

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <[email protected]>
Mario Zechner 1 month ago
parent
commit
6573924a22
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .github/workflows/spine-cpp-compatibility.yml

+ 1 - 0
.github/workflows/spine-cpp-compatibility.yml

@@ -7,6 +7,7 @@ on:
 jobs:
   test-cpp-java-compatibility:
     strategy:
+      fail-fast: false
       matrix:
         os: [ubuntu-latest, macos-latest]
     runs-on: ${{ matrix.os }}