Fix: Use 'ubuntu' runner label instead of 'ubuntu-latest'
Build Debug / Build Android Debug APK (push) Failing after 1m10s
Build UUVPN / Build Android APK (push) Failing after 1m10s
Build UUVPN / Cleanup old artifacts (push) Failing after 1s
Build Debug / Build iOS Debug App (push) Has been cancelled
Build UUVPN / Build iOS IPA (push) Has been cancelled
Build UUVPN / Create GitHub Release (push) Has been cancelled
Build UUVPN / Upload to TestFlight (push) Has been cancelled
Build UUVPN / Send Notification (push) Has been cancelled

This commit is contained in:
2026-07-03 18:54:43 +08:00
parent cecdbd1b01
commit 5e3a8f70f7
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ jobs:
# ==================== Android Debug 构建 ==================== # ==================== Android Debug 构建 ====================
build-android-debug: build-android-debug:
name: Build Android Debug APK name: Build Android Debug APK
runs-on: ubuntu-latest runs-on: ubuntu
container: container:
image: node:20-bullseye image: node:20-bullseye
options: --user root options: --user root
+1 -1
View File
@@ -47,7 +47,7 @@ jobs:
# ==================== Android 构建 ==================== # ==================== Android 构建 ====================
build-android: build-android:
name: Build Android APK name: Build Android APK
runs-on: ubuntu-latest runs-on: ubuntu
if: ${{ github.event.inputs.build_android != 'false' }} if: ${{ github.event.inputs.build_android != 'false' }}
container: container:
image: node:20-bullseye image: node:20-bullseye