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 构建 ====================
|
# ==================== 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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user