Skip to content

Commit 86a56ad

Browse files
committed
release: restore x86_64-apple-darwin (Intel-Mac) to the wheel matrix
The macos-13 runner queue was the blocker during the 0.3.0 release; it was dropped to unblock publish and is now restored for future releases.
1 parent f8b7c68 commit 86a56ad

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,7 @@ jobs:
4545
matrix:
4646
platform:
4747
- { os: macos-14, target: aarch64-apple-darwin }
48-
# x86_64-apple-darwin (Intel, macos-13) temporarily disabled: GitHub's
49-
# macos-13 runner queue was starving releases and blocking publish for
50-
# every platform. Intel-Mac users build from the sdist meanwhile.
51-
# - { os: macos-13, target: x86_64-apple-darwin }
48+
- { os: macos-13, target: x86_64-apple-darwin }
5249
- { os: ubuntu-latest, target: x86_64-unknown-linux-gnu, manylinux: auto }
5350
- { os: ubuntu-latest, target: aarch64-unknown-linux-gnu, manylinux: auto }
5451
- { os: windows-latest, target: x86_64-pc-windows-msvc }

0 commit comments

Comments
 (0)