https://github.com/python/cpython/commit/2a85bed89dc14327afe344a57233a37795fde2b9
commit: 2a85bed89dc14327afe344a57233a37795fde2b9
branch: main
author: Ɓukasz Langa <[email protected]>
committer: ambv <[email protected]>
date: 2024-05-08T01:40:38+02:00
summary:

Revert to free macOS runners (#118744)

files:
M .github/workflows/build.yml

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 8f966591c30235..1b2677ff6fe889 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -208,7 +208,7 @@ jobs:
     with:
       config_hash: ${{ needs.check_source.outputs.config_hash }}
       # macos-14 is M1, macos-13 is Intel
-      os-matrix: '["macos-14-xlarge", "macos-13-large"]'
+      os-matrix: '["macos-14", "macos-13"]'
 
   build_macos_free_threading:
     name: 'macOS (free-threading)'
@@ -219,7 +219,7 @@ jobs:
       config_hash: ${{ needs.check_source.outputs.config_hash }}
       free-threading: true
       # macos-14-large is Intel with 12 cores (most parallelism)
-      os-matrix: '["macos-14-large"]'
+      os-matrix: '["macos-14"]'
 
   build_ubuntu:
     name: 'Ubuntu'

_______________________________________________
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