From: Zachary Ware Date: Sat, 13 Sep 2025 20:36:11 +0000 (-0500) Subject: [3.11] gh-137638: Remove macos-13 from GitHub Actions (GH-138002) X-Git-Tag: v3.11.14~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4b407ba5b4254c1df59f941b4cc398966cdc791b;p=thirdparty%2FPython%2Fcpython.git [3.11] gh-137638: Remove macos-13 from GitHub Actions (GH-138002) Adapted from GH-137989. Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> --- diff --git a/.github/workflows/reusable-macos.yml b/.github/workflows/reusable-macos.yml index d168cb76887e..c29166b4d6f2 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: