Disable fail-fast for macOS builds

This commit is contained in:
shinra-electric 2026-05-07 12:28:39 +01:00 committed by GitHub
parent e8bee64b5e
commit f4f5ebb03a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -207,6 +207,7 @@ jobs:
build-macos:
runs-on: macos-14
strategy:
fail-fast: false
matrix:
arch: [x86_64, arm64]
steps: