diff --git a/.github/workflows/build-deploy-android-arm64.yml b/.github/workflows/build-deploy-android-arm64.yml index 794a1c3ad..76d88223d 100644 --- a/.github/workflows/build-deploy-android-arm64.yml +++ b/.github/workflows/build-deploy-android-arm64.yml @@ -3,7 +3,7 @@ on: jobs: #Note: no -pl here because we publish everything from this branch and use this as the basis for all uploads. android-arm64: - runs-on: self-hosted + runs-on: ubuntu-18.04 steps: - uses: AutoModality/action-clean@v1 - name: Cancel Previous Runs