Skip to content

Commit e0ed56a

Browse files
committed
ci(cd): drop macos-13 (Intel) wheel from matrix — runner queue >1h
GitHub Actions macos-13 (Intel) runners have a multi-hour queue depth on public projects; the last two CD runs timed out waiting for one without ever assigning a runner. macOS Apple Silicon wheel (aarch64-apple-darwin, macos-14) covers all Macs sold since 2020 and the published sdist already lets Intel-Mac users build from source locally (or via Rosetta with the Apple Silicon wheel). Dropping the job unblocks the release pipeline.
1 parent b12b32c commit e0ed56a

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/cd.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -177,10 +177,9 @@ jobs:
177177
target: aarch64-unknown-linux-gnu
178178
maturin_target: aarch64
179179
manylinux: '2_28'
180-
- runner: macos-13
181-
target: x86_64-apple-darwin
182-
maturin_target: x86_64
183-
manylinux: 'off'
180+
# NOTE: macos-13 (Intel) runner pool has multi-hour queue times on
181+
# public projects. Apple Silicon (macos-14) wheel covers all modern
182+
# Macs; Intel-Mac users can fall back to the sdist or Rosetta.
184183
- runner: macos-14
185184
target: aarch64-apple-darwin
186185
maturin_target: aarch64

0 commit comments

Comments
 (0)