https://github.com/python/cpython/commit/4b407ba5b4254c1df59f941b4cc398966cdc791b commit: 4b407ba5b4254c1df59f941b4cc398966cdc791b branch: 3.11 author: Zachary Ware <[email protected]> committer: ambv <[email protected]> date: 2025-09-13T22:36:11+02:00 summary:
[3.11] gh-137638: Remove macos-13 from GitHub Actions (GH-138002) Adapted from GH-137989. Co-authored-by: Hugo van Kemenade <[email protected]> files: M .github/workflows/reusable-macos.yml diff --git a/.github/workflows/reusable-macos.yml b/.github/workflows/reusable-macos.yml index d168cb76887ea1..c29166b4d6f243 100644 --- a/.github/workflows/reusable-macos.yml +++ b/.github/workflows/reusable-macos.yml @@ -24,7 +24,6 @@ jobs: matrix: os: [ "macos-14", # M1 - "macos-13", # Intel ] runs-on: ${{ matrix.os }} steps: _______________________________________________ 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]
