Skip to content

Commit cabcd39

Browse files
fix: run iOS and Android builds on studio runner
The mini runner has network issues reaching MinIO. Route all mobile builds to studio. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 8f06a2a commit cabcd39

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-android-app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ concurrency:
2929

3030
jobs:
3131
build:
32-
runs-on: self-hosted
32+
runs-on: [self-hosted, studio]
3333
env:
3434
BUNDLE_FROZEN: "true"
3535
RUBYOPT: "-W0"

.github/workflows/build-ios-app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ concurrency:
2929

3030
jobs:
3131
build:
32-
runs-on: self-hosted
32+
runs-on: [self-hosted, studio]
3333
env:
3434
BUNDLE_FROZEN: "true"
3535
RUBYOPT: "-W0"

0 commit comments

Comments
 (0)