浏览代码

chore: try android ci

Andelf 2 年之前
父节点
当前提交
f6d2711d85
共有 1 个文件被更改,包括 1 次插入1 次删除
  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