Skip to content

Migrate non-Docker flyweight jobs to GitHub-hosted runners#120

Merged
ehildenb merged 2 commits into
masterfrom
fix-workflow-runners
Jun 29, 2026
Merged

Migrate non-Docker flyweight jobs to GitHub-hosted runners#120
ehildenb merged 2 commits into
masterfrom
fix-workflow-runners

Conversation

@bbyalcinkaya

Copy link
Copy Markdown
Member

Summary

  • Migrates version-bump, code-quality-checks (test.yml) and release (master.yml) from [self-hosted, linux, flyweight] to ubuntu-latest
  • Migrates update-deps (update.yml) to ubuntu-latest and adds a cachix/install-nix-action step (with access-tokens for GitHub auth) before nix flake update to avoid rate limiting

Jobs that use Docker or require self-hosted hardware (integration tests, lemma tests, Nix cache population, MacM1/ARM64 builds) are unchanged.

Test plan

  • version-bump and code-quality-checks run on this PR — CI passing here is the verification
  • release and update-deps will be verified when they next run naturally (master push and dependency update branch respectively)

bbyalcinkaya and others added 2 commits June 26, 2026 13:52
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@ehildenb ehildenb merged commit d84fccf into master Jun 29, 2026
6 checks passed
@ehildenb ehildenb deleted the fix-workflow-runners branch June 29, 2026 13:13
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.

3 participants