https://github.com/python/cpython/commit/5ed08c4a82e4ad6d51e20a11f7bbad4224585f11 commit: 5ed08c4a82e4ad6d51e20a11f7bbad4224585f11 branch: 3.11 author: Hugo van Kemenade <[email protected]> committer: hugovk <[email protected]> date: 2026-03-30T16:10:43Z summary:
[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) <[email protected]> Co-authored-by: clintonsteiner <[email protected]> files: M .github/workflows/reusable-macos.yml 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: _______________________________________________ Python-checkins mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3//lists/python-checkins.python.org Member address: [email protected]
