mirror of
https://github.com/azahar-emu/azahar.git
synced 2026-06-05 18:23:39 -04:00
libretro.yml: Don't fail fast in macOS job matrix
This commit is contained in:
parent
b186b04995
commit
4a4b75b0de
1 changed files with 1 additions and 0 deletions
1
.github/workflows/libretro.yml
vendored
1
.github/workflows/libretro.yml
vendored
|
|
@ -174,6 +174,7 @@ jobs:
|
|||
macos:
|
||||
runs-on: macos-26
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
target: ["x86_64", "arm64"]
|
||||
env:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue