瀏覽代碼

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 月之前
父節點
當前提交
6573924a22
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      .github/workflows/spine-cpp-compatibility.yml

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

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