From 4b407ba5b4254c1df59f941b4cc398966cdc791b Mon Sep 17 00:00:00 2001 From: Zachary Ware Date: Sat, 13 Sep 2025 15:36:11 -0500 Subject: [PATCH] [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> --- .github/workflows/reusable-macos.yml | 1 - 1 file changed, 1 deletion(-) 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: -- 2.47.3