]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-145098: Use `macos-15-intel` instead of unstable `macos-26-intel` in `{jit,tail...
authorStan Ulbrych <stan@python.org>
Sun, 5 Apr 2026 19:23:43 +0000 (20:23 +0100)
committerGitHub <noreply@github.com>
Sun, 5 Apr 2026 19:23:43 +0000 (22:23 +0300)
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
12 files changed:
.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/tail-call.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 a80262e3c0243c390950759f12a3b382bc016eff..c34f8f699d8edb6f42807cd8ffa38bc7ff0e6278 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 483ace25554205ea8a2292368b6cbe19203624a5..81d75ef18209039088105e40ce47d4aaf7da2d62 100644 (file)
@@ -15,8 +15,7 @@ on:
     paths: *paths
   workflow_dispatch:
 
-permissions:
-  contents: read
+permissions: {}
 
 concurrency:
   group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
@@ -99,9 +98,9 @@ jobs:
           - false
         include:
           - target: x86_64-apple-darwin/clang
-            runner: macos-26-intel
+            runner: macos-15-intel
           - target: aarch64-apple-darwin/clang
-            runner: macos-26
+            runner: macos-15
     steps:
       - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
         with:
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 e5a5b3939e58e3cb1d49b3a60dc83ce5d642933e..583dc1808dfc35da08fc95f4365ed9b1fd08ed61 100644 (file)
@@ -33,8 +33,7 @@ on:
       - "Tools/requirements-dev.txt"
   workflow_dispatch:
 
-permissions:
-  contents: read
+permissions: {}
 
 env:
   PIP_DISABLE_PIP_VERSION_CHECK: 1
index 1f28b9befb4e1362ef47b0fe446f3a500afa70b5..be375a970a475cd7fe38738bbe33494f4def5aed 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 94cb219aeeeb1fabb306b9f8dab21679610df62f..262299fc30f9899c6609fabae27c9e09f66be3dc 100644 (file)
@@ -4,6 +4,8 @@ on:
   pull_request:
     types: [opened, reopened, labeled, unlabeled, synchronize]
 
+permissions: {}
+
 jobs:
   label-dnm:
     name: DO-NOT-MERGE
index 37220783f9cf6166472bd0e3f099aa34bcc8ecdf..2c73d10350f69f50321996e9006305afc757bf29 100644 (file)
@@ -4,6 +4,8 @@ on:
   schedule:
   - cron: "0 */6 * * *"
 
+permissions: {}
+
 jobs:
   stale:
     if: github.repository_owner == 'python'
index a86a313524605b783def76d0c75ef28317f5e736..35c62acb28b761f0807fdb316af4973c2d9e0ee3 100644 (file)
@@ -11,8 +11,7 @@ on:
     paths: *paths
   workflow_dispatch:
 
-permissions:
-  contents: read
+permissions: {}
 
 concurrency:
   group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
@@ -32,9 +31,9 @@ jobs:
       matrix:
         include:
           - target: x86_64-apple-darwin/clang
-            runner: macos-26-intel
+            runner: macos-15-intel
           - target: aarch64-apple-darwin/clang
-            runner: macos-26
+            runner: macos-15
     steps:
       - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
         with:
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 }}