https://github.com/python/cpython/commit/385712867666c7b27bd0a659b1ba4671bf21ab8f
commit: 385712867666c7b27bd0a659b1ba4671bf21ab8f
branch: 3.14
author: Miss Islington (bot) <[email protected]>
committer: hugovk <[email protected]>
date: 2026-07-08T16:44:17+03:00
summary:
[3.14] gh-145098: Use `macos-26[-intel]` instead of `macos-15[-intel]` in
`{jit,tail-call}.yml` (GH-153194) (#153327)
Co-authored-by: Hugo van Kemenade <[email protected]>
files:
M .github/workflows/jit.yml
M .github/workflows/tail-call.yml
M .pre-commit-config.yaml
diff --git a/.github/workflows/jit.yml b/.github/workflows/jit.yml
index 2678eb9b348d4ef..c148c55b623f697 100644
--- a/.github/workflows/jit.yml
+++ b/.github/workflows/jit.yml
@@ -96,9 +96,9 @@ jobs:
- false
include:
- target: x86_64-apple-darwin/clang
- runner: macos-15-intel
+ runner: macos-26-intel
- target: aarch64-apple-darwin/clang
- runner: macos-15
+ runner: macos-26
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd #
v6.0.2
with:
diff --git a/.github/workflows/tail-call.yml b/.github/workflows/tail-call.yml
index e93bef2adc21fb5..a9b938fdd783cc1 100644
--- a/.github/workflows/tail-call.yml
+++ b/.github/workflows/tail-call.yml
@@ -66,9 +66,9 @@ jobs:
matrix:
include:
- target: x86_64-apple-darwin/clang
- runner: macos-15-intel
+ runner: macos-26-intel
- target: aarch64-apple-darwin/clang
- runner: macos-15
+ runner: macos-26
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd #
v6.0.2
with:
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index eaa3986bf6a0905..8d65323022554d4 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -93,7 +93,7 @@ repos:
- id: check-readthedocs
- repo: https://github.com/rhysd/actionlint
- rev: 393031adb9afb225ee52ae2ccd7a5af5525e03e8 # frozen: v1.7.11
+ rev: 914e7df21a07ef503a81201c76d2b11c789d3fca # frozen: v1.7.12
hooks:
- id: actionlint
_______________________________________________
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]