]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.13] 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:11:29 +0000 (01:11 +0300)
committerGitHub <noreply@github.com>
Sun, 5 Apr 2026 22:11:29 +0000 (01:11 +0300)
(cherry picked from commit bce96a181350f348560fe0623361f39a6d5c6361)

Co-authored-by: Stan Ulbrych <stan@python.org>
.github/actionlint.yaml
.github/workflows/add-issue-header.yml
.github/workflows/build.yml
.github/workflows/jit.yml
.github/workflows/lint.yml
.github/workflows/mypy.yml
.github/workflows/new-bugs-announce-notifier.yml
.github/workflows/require-pr-label.yml
.github/workflows/stale.yml
.github/workflows/verify-ensurepip-wheels.yml
.github/workflows/verify-expat.yml

index 3004466b80e91c110c50a9fc643070cc843c71d4..eacfff24889021baa35443be9db9ee3ce609327e 100644 (file)
@@ -1,8 +1,3 @@
-self-hosted-runner:
-  # Pending release of actionlint > 1.7.11 for macos-26-intel support
-  # https://github.com/rhysd/actionlint/pull/629
-  labels: ["macos-26-intel"]
-
 config-variables: null
 
 paths:
index 8a8571eedd1c77a560d578ea9cb6ca91543e2a55..00b7ae50cb99356e34c3c810343f0326802be3a9 100644 (file)
@@ -12,6 +12,7 @@ on:
       # Only ever run once
       - opened
 
+permissions: {}
 
 jobs:
   add-header:
index 9e57c79ff36b81206b6f4890bc9df77dac3508a7..a45f2c069a755d7c858d58562a06b0afd5658ae1 100644 (file)
@@ -11,8 +11,7 @@ on:
     - 'main'
     - '3.*'
 
-permissions:
-  contents: read
+permissions: {}
 
 concurrency:
   # https://docs.github.com/en/actions/writing-workflows/workflow-syntax-for-github-actions#concurrency
index ba26379bc8cb1eff1bdb76b6fb593e6696d103c7..f19394227d090c7c0dc2a10f68fb0156fd9bbab6 100644 (file)
@@ -18,8 +18,7 @@ on:
       - '!**/*.ini'
   workflow_dispatch:
 
-permissions:
-  contents: read
+permissions: {}
 
 concurrency:
   group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
@@ -82,7 +81,7 @@ jobs:
             compiler: msvc
           - target: x86_64-apple-darwin/clang
             architecture: x86_64
-            runner: macos-26-intel
+            runner: macos-15-intel
             compiler: clang
           - target: aarch64-apple-darwin/clang
             architecture: aarch64
index e9a4eb2b0808cb720cadecbcea638a6128b8909b..fb2b94b7362308ea64be4e3ddf7fafbd3c4d881f 100644 (file)
@@ -2,8 +2,7 @@ name: Lint
 
 on: [push, pull_request, workflow_dispatch]
 
-permissions:
-  contents: read
+permissions: {}
 
 env:
   FORCE_COLOR: 1
index 0c97ba4861dbc24ee77ee86763d4fc8fffc28c6d..61c8562a338a01aed2485866488e18b57cd0a8af 100644 (file)
@@ -30,8 +30,7 @@ on:
       - "Tools/requirements-dev.txt"
   workflow_dispatch:
 
-permissions:
-  contents: read
+permissions: {}
 
 env:
   PIP_DISABLE_PIP_VERSION_CHECK: 1
index 13e1fdb9c0b985f981601e47c1db812f0af0d863..14860e56600d062e9170c0f4a3c94d0a4ea62666 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 a41782da0e4a55b92e550309e282c8977fc46c8e..ebc5699d490841767d916b31bd2ddc62110e0d43 100644 (file)
@@ -4,6 +4,8 @@ on:
   pull_request:
     types: [opened, reopened, labeled, unlabeled, synchronize]
 
+permissions: {}
+
 jobs:
   label:
     name: DO-NOT-MERGE / unresolved review
index 845f75bafd8a4173fb082ee6af56b1e280a27174..42ddb713c10393deea64bdda0afd841f856b4c7a 100644 (file)
@@ -4,6 +4,8 @@ on:
   schedule:
   - cron: "0 */6 * * *"
 
+permissions: {}
+
 jobs:
   stale:
     if: github.repository_owner == 'python'
index cb40f6abc0b3b751a60f6e328ba4d1a2eb300d52..4ac25bc909b13f9ccb38b86fe03310d41f06df32 100644 (file)
@@ -13,8 +13,7 @@ on:
       - '.github/workflows/verify-ensurepip-wheels.yml'
       - 'Tools/build/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 }}