File tree 1 file changed +8
-6
lines changed
1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -500,11 +500,13 @@ jobs:
500
500
- check_source # Transitive dependency, needed to access `run_tests` value
501
501
- check-docs
502
502
- check_generated_files
503
- - build_windows
504
503
- build_macos
504
+ - build_macos_free_threaded
505
505
- build_ubuntu
506
506
- build_ubuntu_free_threaded
507
507
- build_ubuntu_ssltests
508
+ - build_windows
509
+ - build_windows_free_threaded
508
510
- test_hypothesis
509
511
- build_asan
510
512
- cifuzz
@@ -517,10 +519,10 @@ jobs:
517
519
with :
518
520
allowed-failures : >-
519
521
build_macos,
522
+ build_macos_free_threaded,
520
523
build_ubuntu_free_threaded,
521
524
build_ubuntu_ssltests,
522
- build_win32,
523
- build_win_arm64,
525
+ build_windows_free_threaded,
524
526
cifuzz,
525
527
test_hypothesis,
526
528
allowed-skips : >-
@@ -535,13 +537,13 @@ jobs:
535
537
needs.check_source.outputs.run_tests != 'true'
536
538
&& '
537
539
check_generated_files,
538
- build_win32,
539
- build_win_amd64,
540
- build_win_arm64,
541
540
build_macos,
541
+ build_macos_free_threaded,
542
542
build_ubuntu,
543
543
build_ubuntu_free_threaded,
544
544
build_ubuntu_ssltests,
545
+ build_windows,
546
+ build_windows_free_threaded,
545
547
build_asan,
546
548
'
547
549
|| ''
You can’t perform that action at this time.
0 commit comments