File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3030 linux-compat :
3131 runs-on : ubuntu-24.04 # latest
3232 strategy :
33+ fail-fast : false
3334 matrix :
3435 image :
3536 - manylinux2014-x64
5657 linux-compiler-compat :
5758 runs-on : ubuntu-24.04 # latest
5859 strategy :
60+ fail-fast : false
5961 matrix :
6062 compiler :
6163 - clang-6
@@ -146,6 +148,7 @@ jobs:
146148 linux-musl-x64 :
147149 runs-on : ubuntu-24.04 # latest
148150 strategy :
151+ fail-fast : false
149152 matrix :
150153 image :
151154 - alpine-3.16-x64
@@ -163,6 +166,7 @@ jobs:
163166 linux-musl-arm :
164167 runs-on : ubuntu-24.04
165168 strategy :
169+ fail-fast : false
166170 matrix :
167171 image :
168172 - alpine-3.16-armv7
@@ -183,6 +187,7 @@ jobs:
183187 raspberry :
184188 runs-on : ubuntu-24.04 # latest
185189 strategy :
190+ fail-fast : false
186191 matrix :
187192 image :
188193 - raspbian-bullseye
@@ -217,6 +222,7 @@ jobs:
217222 windows-vc17 :
218223 runs-on : windows-2025 # latest
219224 strategy :
225+ fail-fast : false
220226 matrix :
221227 arch : [x86, x64]
222228 steps :
You can’t perform that action at this time.
0 commit comments