Skip to content

Commit 8d646c2

Browse files
committed
fix(ci): replace deprecated macos-13 runner with macos-15-large
macos-13 was retired Dec 2025. Use macos-15-large for Intel x86_64 release builds.
1 parent a773c41 commit 8d646c2

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,9 @@ jobs:
4545
- runner: macos-latest
4646
arch: aarch64
4747

48-
# Intel x86_64 — macos-13 is the last Intel macOS runner in GHA.
49-
- runner: macos-13
48+
# Intel x86_64 — macos-13 was retired Dec 2025; macos-15-large is
49+
# the current Intel runner. Intel support ends Fall 2027.
50+
- runner: macos-15-large
5051
arch: x86_64
5152

5253
steps:

0 commit comments

Comments
 (0)