ci(publish): drop the unschedulable macos-13 (x86_64) wheel job#88
Merged
Conversation
The macos-13 x86_64 runner is being retired and became unschedulable — its job sat queued until GitHub cancelled the v0.4.0 release run, blocking the PyPI upload. Build only the arm64 (macos-14) macOS wheel; x86_64 macOS installs fall back to the sdist. Signed-off-by: yuriyryabikov <22548029+kurok@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The macos-13 (x86_64) runner is being retired and became unschedulable — its job sat queued in the v0.4.0 release run until GitHub cancelled it, which cancelled the
Release(PyPI upload) job too. So v0.4.0 never published.Drop the macos-13 entry; build only the arm64 (macos-14) macOS wheel. x86_64 macOS installs fall back to the sdist (build-from-source). All other platforms (Linux x86_64/x86/aarch64/armv7/ppc64le/s390x, musllinux, Windows x64/x86) are unchanged and were succeeding.
Follow-up to publish v0.4.0: re-create the v0.4.0 release on the updated master so
publish.ymlruns without the macos-13 dependency.