Skip to content

Commit 5eea736

Browse files
ci: switch iOS and Android builds to mini runner
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 343ad22 commit 5eea736

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.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: studio
32+
runs-on: mini
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: studio
32+
runs-on: mini
3333
env:
3434
BUNDLE_FROZEN: "true"
3535
RUBYOPT: "-W0"

0 commit comments

Comments
 (0)