File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -500,11 +500,13 @@ jobs:
500500 - check_source # Transitive dependency, needed to access `run_tests` value
501501 - check-docs
502502 - check_generated_files
503- - build_windows
504503 - build_macos
504+ - build_macos_free_threaded
505505 - build_ubuntu
506506 - build_ubuntu_free_threaded
507507 - build_ubuntu_ssltests
508+ - build_windows
509+ - build_windows_free_threaded
508510 - test_hypothesis
509511 - build_asan
510512 - cifuzz
@@ -517,10 +519,10 @@ jobs:
517519 with :
518520 allowed-failures : >-
519521 build_macos,
522+ build_macos_free_threaded,
520523 build_ubuntu_free_threaded,
521524 build_ubuntu_ssltests,
522- build_win32,
523- build_win_arm64,
525+ build_windows_free_threaded,
524526 cifuzz,
525527 test_hypothesis,
526528 allowed-skips : >-
@@ -535,13 +537,13 @@ jobs:
535537 needs.check_source.outputs.run_tests != 'true'
536538 && '
537539 check_generated_files,
538- build_win32,
539- build_win_amd64,
540- build_win_arm64,
541540 build_macos,
541+ build_macos_free_threaded,
542542 build_ubuntu,
543543 build_ubuntu_free_threaded,
544544 build_ubuntu_ssltests,
545+ build_windows,
546+ build_windows_free_threaded,
545547 build_asan,
546548 '
547549 || ''
You can’t perform that action at this time.
0 commit comments