Sfoglia il codice sorgente

chore: try android ci

Andelf 2 anni fa
parent
commit
f6d2711d85
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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