Skip to content

Commit 3fc52b3

Browse files
authored
[3.13] gh-145098: Use macos-26[-intel] instead of macos-15[-intel] in jit.yml (GH-153194) (#153332)
1 parent d5e2677 commit 3fc52b3

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)