Skip to content

Commit 4c9d77c

Browse files
djfrancescoclaude
andcommitted
fix: remove retired macos-13 runner from publish workflow
macOS-13 runners are now retired. Using macos-14 (ARM64) for macOS wheel builds. Intel Mac users can install from source distribution. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent f8df6fb commit 4c9d77c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
runs-on: ${{ matrix.os }}
4949
strategy:
5050
matrix:
51-
os: [ubuntu-latest, windows-2022, macos-13, macos-14]
51+
os: [ubuntu-latest, windows-2022, macos-14]
5252

5353
steps:
5454
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)