Skip to content

Commit bb5d2ae

Browse files
Claudeclaude
andcommitted
ci(ios): use stable Sequoia runner, fix fastlane platform
- Switch to nscloud-macos-sequoia-stable-arm64-6x14 runner to get GM Xcode instead of beta (App Store rejects beta-built apps) - Add --app_platform ios to fastlane pilot distribute to avoid interactive prompt in CI Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 2602fdf commit bb5d2ae

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ios-release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ concurrency:
1212
jobs:
1313
release:
1414
name: Build & Upload to TestFlight
15-
runs-on: nscloud-macos-sequoia-arm64-6x14
15+
runs-on: nscloud-macos-sequoia-stable-arm64-6x14
1616
timeout-minutes: 60
1717
steps:
1818
- uses: actions/checkout@v4
@@ -167,6 +167,7 @@ jobs:
167167
168168
fastlane pilot distribute \
169169
--api_key_path "$API_KEY_JSON" \
170+
--app_platform ios \
170171
--app_identifier com.codebutler.farebot \
171172
--distribute_external true \
172173
--notify_external_testers true \

0 commit comments

Comments
 (0)