Skip to content

Commit 1035e15

Browse files
committed
ci(py): drop macos-13 x86_64 wheel target
GitHub-hosted macos-13 runners are deprecated and now queue for hours or indefinitely, blocking the Release job (which `needs: [..., macos]`) and stalling PyPI publishes. Apple Silicon is the dominant Mac arch since 2020; shipping only aarch64 macOS wheels is the pragmatic move.
1 parent 75d4f64 commit 1035e15

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,8 +124,9 @@ jobs:
124124
strategy:
125125
matrix:
126126
platform:
127-
- runner: macos-13
128-
target: x86_64
127+
# macos-13 (Intel) hosted runners are deprecated and queue
128+
# indefinitely. Apple Silicon is the dominant Mac arch, so
129+
# we ship only aarch64 wheels.
129130
- runner: macos-14
130131
target: aarch64
131132
steps:

0 commit comments

Comments
 (0)