]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.11] gh-145098: Run Apple Silicon macOS CI on macos-26 (Tahoe) (GH-145099) (GH...
authorHugo van Kemenade <1324225+hugovk@users.noreply.github.com>
Mon, 30 Mar 2026 16:10:43 +0000 (19:10 +0300)
committerGitHub <noreply@github.com>
Mon, 30 Mar 2026 16:10:43 +0000 (16:10 +0000)
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

index 1beeca1527ac459d63c47f2409b6bd8e314161d4..aa0f4f3a332ee992bad46841ad3a31b0acc92ea3 100644 (file)
@@ -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: