]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.11] gh-145098: Use `macos-15-intel` instead of unstable `macos-26-…intel` in ...
authorHugo van Kemenade <1324225+hugovk@users.noreply.github.com>
Sun, 5 Apr 2026 22:12:13 +0000 (01:12 +0300)
committerGitHub <noreply@github.com>
Sun, 5 Apr 2026 22:12:13 +0000 (01:12 +0300)
* [3.11] gh-145098: Use `macos-15-intel` instead of unstable `macos-26-intel` in `{jit,tail-call}.yml` (GH-148126)
(cherry picked from commit bce96a181350f348560fe0623361f39a6d5c6361)

Co-authored-by: Stan Ulbrych <stan@python.org>
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
* macos-26-intel -> macos-15-intel

---------

Co-authored-by: Stan Ulbrych <stan@python.org>
.github/workflows/build.yml
.github/workflows/lint.yml
.github/workflows/new-bugs-announce-notifier.yml
.github/workflows/require-pr-label.yml
.github/workflows/reusable-macos.yml
.github/workflows/stale.yml
.github/workflows/verify-ensurepip-wheels.yml
.github/workflows/verify-expat.yml

index 87091022c293034d9a9a84641254b8f39ed8f3c9..9eedda17d83e75866ce8dc58fb4875dd4bb22adf 100644 (file)
@@ -11,8 +11,7 @@ on:
     - 'main'
     - '3.*'
 
-permissions:
-  contents: read
+permissions: {}
 
 concurrency:
   group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}-reusable
index 20d1477e5084683ad49c4da781f9f635e8b62ad4..62e255095c9458a1e7041296f5ada848c88de1d1 100644 (file)
@@ -2,8 +2,7 @@ name: Lint
 
 on: [push, pull_request, workflow_dispatch]
 
-permissions:
-  contents: read
+permissions: {}
 
 env:
   FORCE_COLOR: 1
index 69cf113f8f00d566bf359698a903507d1a4a8123..311672bb628c0836cc22dad3b710653300d7d3bc 100644 (file)
@@ -5,12 +5,13 @@ on:
     types:
       - opened
 
-permissions:
-  issues: read
+permissions: {}
 
 jobs:
   notify-new-bugs-announce:
     runs-on: ubuntu-latest
+    permissions:
+      issues: read
     timeout-minutes: 10
     steps:
       - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
index 5af457892262781e99c3ddf2a53800abd7a17aa8..ebc5699d490841767d916b31bd2ddc62110e0d43 100644 (file)
@@ -4,15 +4,15 @@ on:
   pull_request:
     types: [opened, reopened, labeled, unlabeled, synchronize]
 
-permissions:
-  issues: write
-  pull-requests: write
+permissions: {}
 
 jobs:
   label:
     name: DO-NOT-MERGE / unresolved review
     if: github.repository_owner == 'python'
     runs-on: ubuntu-latest
+    permissions:
+      pull-requests: read
     timeout-minutes: 10
 
     steps:
index d3e9defd1109aab0b59cd8da1be676e0d0bdd80d..fa8d89912bc0d7fed8790b29c097da8cfdfcb1cc 100644 (file)
@@ -26,7 +26,7 @@ jobs:
       matrix:
         os: [
           "macos-26",  # Apple Silicon
-          "macos-26-intel",  # Intel
+          "macos-15-intel",  # Intel
         ]
     runs-on: ${{ matrix.os }}
     steps:
index 23a316befc6cbaa4f1955bf297477c95549dc092..164882460d66d825600e8951f785256754e1d5e4 100644 (file)
@@ -4,14 +4,14 @@ on:
   schedule:
   - cron: "0 0 * * *"
 
-permissions:
-  pull-requests: write
+permissions: {}
 
 jobs:
   stale:
     if: github.repository_owner == 'python'
-
     runs-on: ubuntu-latest
+    permissions:
+      pull-requests: write
     timeout-minutes: 10
 
     steps:
index 2c47fdbc1e12b596532baa576e24bcd63ca5441c..018b0463b7f8dc5334902f70adcaee0ce21c785e 100644 (file)
@@ -13,8 +13,7 @@ on:
       - '.github/workflows/verify-ensurepip-wheels.yml'
       - 'Tools/scripts/verify_ensurepip_wheels.py'
 
-permissions:
-  contents: read
+permissions: {}
 
 concurrency:
   group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
index 472a11db2da5fbf9dd3a6822bc2825c0f3c3a096..e193dfa4603e8accc554dc3b195c860835ca65ae 100644 (file)
@@ -11,8 +11,7 @@ on:
       - 'Modules/expat/**'
       - '.github/workflows/verify-expat.yml'
 
-permissions:
-  contents: read
+permissions: {}
 
 concurrency:
   group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}