Run iOS Fastlane review-submit on macOS

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.
This commit is contained in:
Mohamed Boudra
2026-05-03 21:27:24 +07:00
parent 09b498da61
commit f8d4758e6b

View File

@@ -43,6 +43,7 @@ jobs:
name: Submit iOS for App Store review
needs: [submit_ios]
environment: production
runs_on: macos-medium
steps:
- uses: eas/checkout
- name: Install fastlane