From e8c555fcd1523130963627ee10e176eedc04c120 Mon Sep 17 00:00:00 2001 From: Jacob Coffee Date: Wed, 8 Oct 2025 10:48:57 -0500 Subject: [PATCH 1/2] Revert "[3.11] gh-137638: Remove macos-13 from GitHub Actions (GH-138002)" This reverts commit 4b407ba5b4254c1df59f941b4cc398966cdc791b. --- .github/workflows/reusable-macos.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/reusable-macos.yml b/.github/workflows/reusable-macos.yml index c29166b4d6f243..d168cb76887ea1 100644 --- a/.github/workflows/reusable-macos.yml +++ b/.github/workflows/reusable-macos.yml @@ -24,6 +24,7 @@ jobs: matrix: os: [ "macos-14", # M1 + "macos-13", # Intel ] runs-on: ${{ matrix.os }} steps: From f16838e11bae5d42b310c9555f1a9f961daf6471 Mon Sep 17 00:00:00 2001 From: Jacob Coffee Date: Wed, 8 Oct 2025 10:49:34 -0500 Subject: [PATCH 2/2] update to intel 15 --- .github/workflows/reusable-macos.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/reusable-macos.yml b/.github/workflows/reusable-macos.yml index d168cb76887ea1..678a975cceed4a 100644 --- a/.github/workflows/reusable-macos.yml +++ b/.github/workflows/reusable-macos.yml @@ -24,7 +24,7 @@ jobs: matrix: os: [ "macos-14", # M1 - "macos-13", # Intel + "macos-15-intel", # Intel ] runs-on: ${{ matrix.os }} steps: