mirror of
https://github.com/Lime3DS/Lime3DS.git
synced 2026-06-02 04:55:28 -06:00
libretro.yml: Don't fail fast in macOS job matrix
This commit is contained in:
parent
b186b04995
commit
4a4b75b0de
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…
Reference in New Issue
Block a user