Skip to content

Commit 3857128

Browse files
[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 <1324225+hugovk@users.noreply.github.com>
1 parent d55a988 commit 3857128

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/jit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,9 +96,9 @@ jobs:
9696
- false
9797
include:
9898
- target: x86_64-apple-darwin/clang
99-
runner: macos-15-intel
99+
runner: macos-26-intel
100100
- target: aarch64-apple-darwin/clang
101-
runner: macos-15
101+
runner: macos-26
102102
steps:
103103
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
104104
with:

.github/workflows/tail-call.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,9 @@ jobs:
6666
matrix:
6767
include:
6868
- target: x86_64-apple-darwin/clang
69-
runner: macos-15-intel
69+
runner: macos-26-intel
7070
- target: aarch64-apple-darwin/clang
71-
runner: macos-15
71+
runner: macos-26
7272
steps:
7373
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
7474
with:

.pre-commit-config.yaml

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

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

0 commit comments

Comments
 (0)