ci: switch CI workflows to the latchkey-small runner#207
Merged
Conversation
Mirrors the monorepo change from cvince/capy#295 (latchkey runner). The old cli-mirror.sh flow lost this change between PR #203's rsync push and the subsequent v0.5.0 release push, so capy-cli/main fell back to ubuntu-latest. Restoring directly here as the first PR after the submodule migration.
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
Switches
runs-on:fromubuntu-latest→latchkey-smallin bothci.ymlandbump-homebrew.yml, mirroring monorepo change capysc/capy#295 (latchkey runner).Context
The change existed on monorepo
packages/cli/.github/workflows/{ci,bump-homebrew}.ymlsince #295 (2026-05-21), but the oldcli-mirror.shrsync-push flow lost it between PR #203 and the subsequent v0.5.0 release push, socapy-cli/mainfell back toubuntu-latest.This is the first PR after the submodule migration (capysc/capy#306) — i.e. a real test of the new "edit inside
packages/cli/submodule → push to capy-cli → PR here" flow.Test plan
CI will run on this PR with the new runner. If it passes, the runner config is good.