Browse Source

chore: try android ci

Andelf 2 years ago
parent
commit
f6d2711d85
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/build-android.yml

+ 1 - 1
.github/workflows/build-android.yml

@@ -47,7 +47,7 @@ env:
 
 jobs:
   build-apk:
-    runs-on: ubuntu-latest
+    runs-on: [self-hosted, macOS, x64]
     steps:
       - name: Check out Git repository
         uses: actions/checkout@v2