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
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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user