chore(ci): drop x86_64-apple-darwin from release matrix#38
Merged
Conversation
GitHub is deprecating macos-13 runners. The v0.1.2 release attempt queued the x86_64-apple-darwin job for 24h before timing out without ever picking up a runner [1], blocking the publish step (needs: build). Drop the row temporarily — comment in the matrix points at this PR for restore once a macos-* Intel runner is reliably available again. README updated to match. The conan/vcpkg recipes still reference x86_64-apple-darwin (with v0.1.0 placeholder URLs that don't exist yet); separate cleanup if we decide to drop Intel macOS support permanently. [1] https://github.com/lance-format/lance-c/actions/runs/25245366712/job/74028627388 Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.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.
Summary
The v0.1.2 release attempt (run) had its
x86_64-apple-darwinjob queue 24h before timing out — GitHub is deprecatingmacos-13runners (matches the actionlint warning we saw earlier flaggingmacos-13as an unknown label). That blocked the publish job (needs: build).Drop the row from the release matrix temporarily. Comment in the matrix points at restoring this once a
macos-*Intel runner is reliably available again.The other 3 platforms (
x86_64-linux,aarch64-linux,aarch64-darwin) all built successfully on that run.Out of scope
The conan/vcpkg recipes (
recipes/lance-c/all/conandata.yml,ports/lance-c/portfile.cmake,recipes/lance-c/all/conanfile.py) still referencex86_64-apple-darwinwith placeholderv0.1.0URLs. Those are pre-1.0 aspirational and were never wired to real tarballs — leaving them as a separate cleanup once we decide whether Intel macOS comes back or is dropped permanently.After this lands
The
v0.1.2tag still points atc801dfe(which has the broken matrix). Two options:release_type=patch, release_channel=stableto cut a freshv0.1.3from a commit with the fixed matrix.git push --delete origin v0.1.2, then run Create Release withrelease_type=current, release_channel=stableto re-cutv0.1.2from main.Recommend (1) — keeps tag history honest, the
v0.1.2tag stays as a marker of a real attempt.🤖 Generated with Claude Code