ci(release): disable macOS targets until a macOS runner exists #6
No reviewers
Labels
No labels
Kind/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
h-dv/code-index!6
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "ci/release-drop-macos-until-runner"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
A
workflow_dispatchdry-run of the release matrix (#2416) hung: the macOS entries use runner labelmacos, which has no registered runner on this Forgejo instance, so those jobs sat queued forever.continue-on-erroronly tolerates a failed job — not one that's never scheduled — so the run never reaches a terminal state and thereleasejob (needs: build) can't proceed.Fix: comment out the two
apple-darwinmatrix entries (kept inline for trivial re-enable once a macOS runner with Xcode CLT is registered) and drop the macOS rows from the generated release notes.The release matrix now builds exactly what the
dockerrunner can produce:YAML validated. Next step after merge: re-run the dispatch dry-run to confirm this 4-target matrix completes cleanly.
🤖 Generated with Claude Code