From 38e36e409a944705574472209c77fd979b9ffb0a Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Date: Mon, 30 Mar 2026 18:54:26 +0300 Subject: [PATCH] [3.11] gh-145098: Run Apple Silicon macOS CI on macos-26 (Tahoe) (GH-145099) (GH-146412) (GH-146414) (GH-146635) (cherry picked from commit 7f2d89a444bb389a4f4ded13204e71c0af06ee76) Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Co-authored-by: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Co-authored-by: clintonsteiner <47841949+clintonsteiner@users.noreply.github.com> --- .github/workflows/reusable-macos.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/reusable-macos.yml b/.github/workflows/reusable-macos.yml index 1beeca1527ac45..aa0f4f3a332ee9 100644 --- a/.github/workflows/reusable-macos.yml +++ b/.github/workflows/reusable-macos.yml @@ -23,8 +23,8 @@ jobs: fail-fast: false matrix: os: [ - "macos-14", # M1 - "macos-15-intel", # Intel + "macos-26", # Apple Silicon + "macos-26-intel", # Intel ] runs-on: ${{ matrix.os }} steps: