Skip to content

ci: move to GitHub-hosted ubuntu-latest runner#7

Merged
BenSheridanEdwards merged 2 commits into
mainfrom
ci/github-hosted-runner
Jun 26, 2026
Merged

ci: move to GitHub-hosted ubuntu-latest runner#7
BenSheridanEdwards merged 2 commits into
mainfrom
ci/github-hosted-runner

Conversation

@BenSheridanEdwards

Copy link
Copy Markdown
Owner

Migrates CI off the self-hosted Mac mini to GitHub-hosted ubuntu-latest.

Why: GalaxyGraph is public, so GitHub-hosted minutes are free, and the CI (npm ci/build/typecheck/test/audit/pack) needs no Mac-specific tooling. This frees a runner slot on the Mac mini.

Change: runs-on: [self-hosted, ...]ubuntu-latest; tool-cache env now uses the built-in ${{ runner.tool_cache }}.

Once this run is green on ubuntu, the GalaxyGraph self-hosted runner is deregistered.

🤖 Generated with Claude Code

Migrate CI off the self-hosted Mac mini to GitHub-hosted ubuntu-latest.
Standard npm build/test/typecheck needs no Mac-specific tooling, and public
repos get free GitHub-hosted minutes. Tool cache uses the built-in
${{ runner.tool_cache }} instead of the hardcoded Mac path.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@github-actions

Copy link
Copy Markdown

Fallow audit report

Found 1 finding.

Details
Severity Rule Location Description
major fallow/unused-dependency packages/cli/package.json:17 Package '@galaxy-graph/core' is in dependencies but never imported; imported in other workspaces: examples/basic, packages/adapters

Generated by fallow.

@github-actions

Copy link
Copy Markdown

Fallow audit report

0 inline findings selected for GitHub review.

runner.tool_cache context is not available at workflow-level env. Hosted
runners use their default tool cache, so just remove these Mac-mini-only vars.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@BenSheridanEdwards BenSheridanEdwards merged commit 19fe851 into main Jun 26, 2026
2 checks passed
@BenSheridanEdwards BenSheridanEdwards deleted the ci/github-hosted-runner branch June 26, 2026 19:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant