Fix workflow to use android runner
Android Build / build (push) Failing after 1m1s
Android Build / release (push) Failing after 14m23s

This commit is contained in:
amos
2026-06-01 19:48:30 +08:00
parent 28a92d1831
commit 08635d8ad7
+2 -2
View File
@@ -9,7 +9,7 @@ on:
jobs: jobs:
build: build:
runs-on: ubuntu-latest runs-on: android
steps: steps:
- name: Checkout code - name: Checkout code
@@ -40,7 +40,7 @@ jobs:
release: release:
needs: build needs: build
if: startsWith(github.ref, 'refs/tags/') if: startsWith(github.ref, 'refs/tags/')
runs-on: ubuntu-latest runs-on: android
steps: steps:
- name: Checkout code - name: Checkout code