mirror of
https://github.com/cemu-project/Cemu.git
synced 2026-07-09 17:14:47 -06:00
Disable fail-fast for macOS builds
This commit is contained in:
parent
e8bee64b5e
commit
f4f5ebb03a
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