Skip to content

Commit cbb50fb

Browse files
asmeurerclaude
andcommitted
Replace deprecated macos-13 runner with macos-15-intel
GitHub is deprecating macos-13 runners (brownout started Sept 2025, full deprecation by Dec 2025). Replace with macos-15-intel to build Intel macOS wheels. This produces the same x86_64 wheels but uses the supported runner image. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 1e45bf8 commit cbb50fb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ jobs:
7373
needs: [build_sdist]
7474
strategy:
7575
matrix:
76-
# macos-13 is an intel runner, macos-14 is apple silicon
77-
os: [ubuntu-latest, ubuntu-24.04-arm, windows-latest, macos-13, macos-14]
76+
# macos-15-intel is an intel runner, macos-14 is apple silicon
77+
os: [ubuntu-latest, ubuntu-24.04-arm, windows-latest, macos-15-intel, macos-14]
7878

7979
steps:
8080
- uses: actions/checkout@v5

0 commit comments

Comments
 (0)