Skip to content

Commit 2027f4f

Browse files
committed
Use self-hosted Ubuntu runner for Android testing
1 parent 4afc24e commit 2027f4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ jobs:
171171
test-android:
172172
if: github.ref == 'refs/heads/main' || contains(github.event.pull_request.labels.*.name, 'Android 🤖')
173173
name: Test app (Android)
174-
runs-on: ubuntu-latest
174+
runs-on: ubuntu-self-hosted
175175
steps:
176176
- uses: actions/checkout@v4
177177
- uses: actions/setup-node@v4

0 commit comments

Comments
 (0)