disable fail-fast

This commit is contained in:
Chance 2024-12-01 18:54:26 -05:00 committed by lily
parent 8d52ce0e3d
commit e4185b23d3
Signed by: lily
GPG key ID: 601F3263FBCBC4B9

View file

@ -12,6 +12,7 @@ env:
jobs:
build:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
arch: [x86_64, aarch64]