From: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Date: Mon, 30 Mar 2026 16:10:43 +0000 (+0300) Subject: [3.11] gh-145098: Run Apple Silicon macOS CI on macos-26 (Tahoe) (GH-145099) (GH... X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5ed08c4a82e4ad6d51e20a11f7bbad4224585f11;p=thirdparty%2FPython%2Fcpython.git [3.11] gh-145098: Run Apple Silicon macOS CI on macos-26 (Tahoe) (GH-145099) (GH-146412) (GH-146414) (GH-146635) (#146638) Co-authored-by: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Co-authored-by: clintonsteiner <47841949+clintonsteiner@users.noreply.github.com> --- diff --git a/.github/workflows/reusable-macos.yml b/.github/workflows/reusable-macos.yml index 1beeca1527ac..aa0f4f3a332e 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: