mirror of
https://github.com/azahar-emu/azahar.git
synced 2026-06-06 02:33:44 -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:
|
macos:
|
||||||
runs-on: macos-26
|
runs-on: macos-26
|
||||||
strategy:
|
strategy:
|
||||||
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
target: ["x86_64", "arm64"]
|
target: ["x86_64", "arm64"]
|
||||||
env:
|
env:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue