From a43695cd627dde060b1377ca89deabaff066e7d8 Mon Sep 17 00:00:00 2001 From: agibsonccc Date: Sat, 6 Mar 2021 08:02:20 +0900 Subject: [PATCH] Update build-deploy-android-arm64.yml --- .github/workflows/build-deploy-android-arm64.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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