https://github.com/python/cpython/commit/569615f207667c7c2167a04344c2d89a3e74c8bd
commit: 569615f207667c7c2167a04344c2d89a3e74c8bd
branch: 3.12
author: Hugo van Kemenade <[email protected]>
committer: hugovk <[email protected]>
date: 2025-02-19T13:46:45+02:00
summary:

[3.12] CI: Make macOS required to succeed (GH-110362) (#130299)

Co-authored-by: Hugo van Kemenade <[email protected]>

files:
M .github/workflows/build.yml

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 7e8c5727a06cc3..d7ddb23a890e5b 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -559,7 +559,6 @@ jobs:
       uses: re-actors/alls-green@05ac9388f0aebcb5727afa17fcccfecd6f8ec5fe
       with:
         allowed-failures: >-
-          build_macos,
           build_ubuntu_ssltests,
           build_windows_msi,
           test_hypothesis,

_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-checkins.python.org/
Member address: [email protected]

Reply via email to