Commit 9e32dc4
committed
fix(ci): use github-hosted runner for nightly android build
build-submit-android.yml inherited runs-on: Linux-x64-32core from
upstream (bluesky-social/social-app bluesky-social#9404), a self-hosted runner label
that only exists in Bluesky's org. In blacksky-algorithms no runner
carries that label, so the nightly Android job sat queued until the 24h
maximum-wait timeout every night.
Switch to ubuntu-latest, matching the inline Android job in
bundle-deploy-eas-update.yml and the rest of the repo's workflows.1 parent d735916 commit 9e32dc4
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
0 commit comments