From 5e3a8f70f7ab06a90945d836ba7829f0a9c0371d Mon Sep 17 00:00:00 2001 From: admin Date: Fri, 3 Jul 2026 18:54:43 +0800 Subject: [PATCH] Fix: Use 'ubuntu' runner label instead of 'ubuntu-latest' --- .github/workflows/build-debug.yml | 2 +- .github/workflows/build.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-debug.yml b/.github/workflows/build-debug.yml index f0bf125..b83d2b7 100644 --- a/.github/workflows/build-debug.yml +++ b/.github/workflows/build-debug.yml @@ -14,7 +14,7 @@ jobs: # ==================== Android Debug 构建 ==================== build-android-debug: name: Build Android Debug APK - runs-on: ubuntu-latest + runs-on: ubuntu container: image: node:20-bullseye options: --user root diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 395006b..5b15231 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -47,7 +47,7 @@ jobs: # ==================== Android 构建 ==================== build-android: name: Build Android APK - runs-on: ubuntu-latest + runs-on: ubuntu if: ${{ github.event.inputs.build_android != 'false' }} container: image: node:20-bullseye