Skip to content

Commit 9e32dc4

Browse files
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

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
build:
3333
if: github.repository == 'blacksky-algorithms/blacksky.community'
3434
name: Build and Submit Android
35-
runs-on: Linux-x64-32core
35+
runs-on: ubuntu-latest
3636
concurrency:
3737
group: android-build
3838
cancel-in-progress: false

0 commit comments

Comments
 (0)