]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.11] gh-137638: Remove macos-13 from GitHub Actions (GH-138002)
authorZachary Ware <zach@python.org>
Sat, 13 Sep 2025 20:36:11 +0000 (15:36 -0500)
committerGitHub <noreply@github.com>
Sat, 13 Sep 2025 20:36:11 +0000 (22:36 +0200)
Adapted from GH-137989.

Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
.github/workflows/reusable-macos.yml

index d168cb76887ea145c13e6d6f97ce93f80e7911a5..c29166b4d6f24385671c239902fd281b715bfdea 100644 (file)
@@ -24,7 +24,6 @@ jobs:
       matrix:
         os: [
           "macos-14",  # M1
-          "macos-13",  # Intel
         ]
     runs-on: ${{ matrix.os }}
     steps: