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 <noreply@anthropic.com>
This commit is contained in:
Mario Zechner 2025-07-26 00:02:03 +02:00
parent 61473763a2
commit 6573924a22

View File

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