1
0
Andelf 2 жил өмнө
parent
commit
f6d2711d85

+ 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