Skip to content

ci: switch to ubuntu-latest#1971

Merged
NathanWalker merged 1 commit into
mainfrom
ci/ubuntu-latest
Jun 12, 2026
Merged

ci: switch to ubuntu-latest#1971
NathanWalker merged 1 commit into
mainfrom
ci/ubuntu-latest

Conversation

@edusperoni

@edusperoni edusperoni commented Jun 12, 2026

Copy link
Copy Markdown
Collaborator

Summary by CodeRabbit

  • Chores
    • Updated CI/CD infrastructure to improve build and test reliability on Linux-based runners.

@coderabbitai

coderabbitai Bot commented Jun 12, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Repository UI

Review profile: CHILL

Plan: Pro

Run ID: be0f8be5-2470-4d49-831b-369cb82b4787

📥 Commits

Reviewing files that changed from the base of the PR and between bfd7650 and 3e4444a.

📒 Files selected for processing (2)
  • .github/workflows/npm_release.yml
  • .github/workflows/pull_request.yml

📝 Walkthrough

Walkthrough

Both GitHub Actions workflows (npm_release.yml and pull_request.yml) were updated to execute on Linux infrastructure instead of macOS. The Android NDK architecture environment variable changed from darwin to linux, Homebrew-based dependency installation steps were removed, and KVM enablement configuration was added to test jobs to support Android emulator execution on Linux runners.

Changes

CI Platform Migration

Layer / File(s) Summary
Build job platform migration
.github/workflows/npm_release.yml, .github/workflows/pull_request.yml
Build jobs across both workflows updated to run on ubuntu-latest with NDK_ARCH set to linux, and Homebrew dependency installation steps removed.
Test job platform migration and KVM setup
.github/workflows/npm_release.yml, .github/workflows/pull_request.yml
Test jobs updated to run on ubuntu-latest, NDK_ARCH set to linux, Homebrew steps removed, and new "Enable KVM" step added to write udev rules and reload device configuration for Android emulator access on Linux.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~8 minutes

Poem

🐰 From macOS to Linux we hop with glee,
NDK now builds where the penguin runs free,
KVM rules written with udev's delight,
Android emulators spinning through the night! 🚀

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately captures the main change: switching CI runners from macOS to ubuntu-latest across both workflows.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@NathanWalker NathanWalker merged commit ac4e641 into main Jun 12, 2026
8 checks passed
@NathanWalker NathanWalker deleted the ci/ubuntu-latest branch June 12, 2026 15:08
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