Skip to content

Commit 0514489

Browse files
authored
gh-145098: Use macos-26[-intel] instead of macos-15[-intel] in {jit,tail-call}.yml (#153194)
1 parent 836b206 commit 0514489

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@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
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@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
4040
with:

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ repos:
111111
- id: check-readthedocs
112112

113113
- repo: https://github.com/rhysd/actionlint
114-
rev: 393031adb9afb225ee52ae2ccd7a5af5525e03e8 # frozen: v1.7.11
114+
rev: 914e7df21a07ef503a81201c76d2b11c789d3fca # frozen: v1.7.12
115115
hooks:
116116
- id: actionlint
117117

0 commit comments

Comments
 (0)