Skip to content

Commit 34c68c3

Browse files
[3.15] gh-145098: Use macos-26[-intel] instead of macos-15[-intel] in {jit,tail-call}.yml (GH-153194) (#153328)
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
1 parent 8cb4b84 commit 34c68c3

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
@@ -102,9 +102,9 @@ jobs:
102102
- false
103103
include:
104104
- target: x86_64-apple-darwin/clang
105-
runner: macos-15-intel
105+
runner: macos-26-intel
106106
- target: aarch64-apple-darwin/clang
107-
runner: macos-15
107+
runner: macos-26
108108
steps:
109109
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
110110
with:

.github/workflows/tail-call.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ jobs:
3232
matrix:
3333
include:
3434
- target: x86_64-apple-darwin/clang
35-
runner: macos-15-intel
35+
runner: macos-26-intel
3636
- target: aarch64-apple-darwin/clang
37-
runner: macos-15
37+
runner: macos-26
3838
steps:
3939
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
4040
with:

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ repos:
101101
- id: check-readthedocs
102102

103103
- repo: https://github.com/rhysd/actionlint
104-
rev: 393031adb9afb225ee52ae2ccd7a5af5525e03e8 # frozen: v1.7.11
104+
rev: 914e7df21a07ef503a81201c76d2b11c789d3fca # frozen: v1.7.12
105105
hooks:
106106
- id: actionlint
107107

0 commit comments

Comments
 (0)