CI: Disable fail-fast for macOS builds (#1901)

This commit is contained in:
shinra-electric 2026-05-07 12:44:07 +01:00 committed by GitHub
parent e8bee64b5e
commit 0d832c48b1
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: