File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -249,6 +249,7 @@ jobs:
249249 needs : [generate-license, lint-rust, lint-python]
250250 name : macOS arm64 & Windows
251251 runs-on : ${{ matrix.os }}
252+ continue-on-error : ${{ matrix.experimental || false }}
252253 strategy :
253254 fail-fast : false
254255 matrix :
@@ -274,6 +275,7 @@ jobs:
274275 - os : macos-latest
275276 python-version : " 3.14t"
276277 python-tag : cp314t
278+ experimental : true
277279 - os : windows-latest
278280 python-version : " 3.10"
279281 python-tag : cp310
@@ -295,6 +297,7 @@ jobs:
295297 - os : windows-latest
296298 python-version : " 3.14t"
297299 python-tag : cp314t
300+ experimental : true
298301 steps :
299302 - uses : actions/checkout@v6
300303
@@ -375,6 +378,7 @@ jobs:
375378 if : inputs.build_mode == 'release'
376379 needs : [generate-license, lint-rust, lint-python]
377380 runs-on : macos-15-intel
381+ continue-on-error : ${{ matrix.experimental || false }}
378382 strategy :
379383 fail-fast : false
380384 matrix :
@@ -393,6 +397,7 @@ jobs:
393397 python-tag : cp313t
394398 - python-version : " 3.14t"
395399 python-tag : cp314t
400+ experimental : true
396401 steps :
397402 - uses : actions/checkout@v6
398403
You can’t perform that action at this time.
0 commit comments