Skip to content

Commit 1254f03

Browse files
committed
Use self-hosted Ubuntu runner for Android testing
1 parent 8418503 commit 1254f03

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
@@ -169,7 +169,7 @@ jobs:
169169
test-android:
170170
if: github.ref == 'refs/heads/main' || contains(github.event.pull_request.labels.*.name, 'Android 🤖')
171171
name: Test app (Android)
172-
runs-on: ubuntu-latest
172+
runs-on: ubuntu-self-hosted
173173
steps:
174174
- uses: actions/checkout@v4
175175
- uses: actions/setup-node@v4

0 commit comments

Comments
 (0)