Skip to content

Commit 80c4f0d

Browse files
committed
[3.13] pythongh-145098: Use macos-26[-intel] instead of macos-15[-intel] in {jit,tail-call}.yml (pythonGH-153194)
(cherry picked from commit 0514489) Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
1 parent 670b4ac commit 80c4f0d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/jit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
compiler: msvc
8383
- target: x86_64-apple-darwin/clang
8484
architecture: x86_64
85-
runner: macos-15-intel
85+
runner: macos-26-intel
8686
compiler: clang
8787
- target: aarch64-apple-darwin/clang
8888
architecture: aarch64

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ repos:
9494
- id: check-readthedocs
9595

9696
- repo: https://github.com/rhysd/actionlint
97-
rev: 393031adb9afb225ee52ae2ccd7a5af5525e03e8 # frozen: v1.7.11
97+
rev: 914e7df21a07ef503a81201c76d2b11c789d3fca # frozen: v1.7.12
9898
hooks:
9999
- id: actionlint
100100

0 commit comments

Comments
 (0)