From 06f7e972050251cc6b54fde6a84b63be2bdc3d78 Mon Sep 17 00:00:00 2001 From: amos Date: Tue, 2 Jun 2026 11:09:39 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BD=BF=E7=94=A8=20Ubuntu=20Runner=20?= =?UTF-8?q?=E9=81=BF=E5=85=8D=20Alpine=20=E5=85=BC=E5=AE=B9=E6=80=A7?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/android-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/android-build.yml b/.gitea/workflows/android-build.yml index 0e555fc..07d3a98 100644 --- a/.gitea/workflows/android-build.yml +++ b/.gitea/workflows/android-build.yml @@ -9,7 +9,7 @@ on: jobs: build: - runs-on: android + runs-on: android-ubuntu steps: - name: Checkout code