Skip to content

[codex] Migrate CI to GitHub Actions#165

Closed
fkorotkov wants to merge 2 commits into
mainfrom
codex/migrate-ci-to-github-actions
Closed

[codex] Migrate CI to GitHub Actions#165
fkorotkov wants to merge 2 commits into
mainfrom
codex/migrate-ci-to-github-actions

Conversation

@fkorotkov

@fkorotkov fkorotkov commented Jun 3, 2026

Copy link
Copy Markdown
Contributor

What changed

  • Replaced the Cirrus CI configuration with a GitHub Actions workflow on standard GitHub-hosted macOS runners.
  • Migrated linting, the Sequoia/Tahoe test matrix, release dry runs, tagged releases, and artifact upload.
  • Switched release credentials from Cirrus encrypted values to GitHub Actions secrets (GORELEASER_KEY) plus the built-in GITHUB_TOKEN.

Dropped bare-metal coverage

No bare-metal-only Cirrus tasks were present in this repository's Cirrus configuration, so no tasks were dropped for this migration.

Validation

  • Parsed .github/workflows/ci.yml locally with Ruby YAML.
  • Ran git diff --check.
  • Confirmed no Sentry references remain in the migrated workflow files.

actionlint was not installed locally, so I could not run workflow semantic linting before opening this draft.

@fkorotkov fkorotkov requested a review from fkorotkov-oai June 3, 2026 21:06
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.

2 participants