chore(ci): Let CI fail independently on each platform (#13446)

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
pull/13458/head
Josh Soref 2 days ago committed by GitHub
parent 40da2ccac5
commit 0869a4f1f6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -16,6 +16,7 @@ jobs:
strategy:
matrix:
os: ["ubuntu-latest", "macos-latest", "windows-latest"]
fail-fast: false
runs-on: "${{ matrix.os }}"
steps:

Loading…
Cancel
Save