mirror of
https://github.com/cemu-project/Cemu.git
synced 2026-05-12 15:59:38 -06:00
CI: Disable fail-fast for macOS builds (#1901)
This commit is contained in:
parent
e8bee64b5e
commit
0d832c48b1
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
@ -207,6 +207,7 @@ jobs:
|
||||
build-macos:
|
||||
runs-on: macos-14
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
arch: [x86_64, arm64]
|
||||
steps:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user