mirror of
https://github.com/getpaseo/paseo.git
synced 2026-07-29 12:01:31 +00:00
Linux EAS runners don't ship Ruby/Bundler, so `bundle install` fails with "bundle: command not found". macOS workflow runners have Ruby 3.2 + Fastlane preinstalled, so switching this job to runs_on: macos-medium gets us there without a manual install step.