github ci: disable fail-fast
We rather want builds to be cached and not having to be repeated.
Jörg Thalheim committed
Mar 8, 2025 at 17:53 UTC
9096c4f6c65900b12dcf84dca049247c36872859
1 file changed
+3
.github/workflows/ci.yml
+3
@@ -27,6 +27,7 @@ jobs:
27
nixos-x86_64:
28
runs-on: ubuntu-latest
29
strategy:
30
+ fail-fast: false
31
matrix:
32
machine:
33
- caliban
@@ -46,6 +47,7 @@ jobs:
47
nixos-aarch64:
48
runs-on: ubuntu-22.04-arm
49
strategy:
50
+ fail-fast: false
51
matrix:
52
machine:
53
- umbriel
@@ -61,6 +63,7 @@ jobs:
63
nix-darwin:
64
runs-on: macos-latest
65
strategy:
66
+ fail-fast: false
67
matrix:
68
machine:
69
- m1