mirror of
https://github.com/getpaseo/paseo.git
synced 2026-07-29 12:01:31 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user