ci: 将工作流的运行环境从默认改为client-server
Some checks failed
Build Android APK / 编译 libcore.aar (push) Failing after 3m16s
Build Android APK / 编译 Android APK (release) (push) Has been skipped
Build Clash Core / Build Android (arm64) (push) Failing after 20s
Build Clash Core / Build Android (armv7) (push) Failing after 6s
Build Clash Core / Build Android (x86_64) (push) Failing after 8s
Build Multi-Platform / 编译 libcore (iOS/tvOS) (push) Failing after 7s
Build Windows / 编译 libcore (Windows) (push) Failing after 6s
Build Windows / build (push) Has been skipped
Build Clash Core / Create Release (push) Has been skipped
Build Android APK / 创建 GitHub Release (push) Has been cancelled
Build Multi-Platform / 编译 libcore (Android) (push) Has been cancelled
Build Multi-Platform / 编译 libcore (Windows) (push) Has been cancelled
Build Multi-Platform / 编译 libcore (macOS) (push) Has been cancelled
Build Multi-Platform / 编译 libcore (Linux) (push) Has been cancelled
Build Multi-Platform / 构建 Android APK (push) Has been cancelled
Build Multi-Platform / 构建 Windows (push) Has been cancelled
Build Multi-Platform / 构建 macOS (push) Has been cancelled
Build Multi-Platform / 构建 Linux (push) Has been cancelled
Build Multi-Platform / 创建 Release (push) Has been cancelled
Build Multi-Platform / 构建 iOS (push) Has been cancelled

This commit is contained in:
shanshanzhong 2025-11-05 18:06:45 -08:00
parent 4fbdb331d4
commit 6e189671c7
4 changed files with 5 additions and 5 deletions

View File

@ -49,7 +49,7 @@ on:
jobs:
build-libcore:
name: 编译 libcore.aar
runs-on: ubuntu-latest
runs-on: client-server
steps:
- name: 📥 Checkout 代码

View File

@ -13,7 +13,7 @@ on:
jobs:
build-android:
name: Build Android (${{ matrix.arch }})
runs-on: ubuntu-latest
runs-on: client-server
strategy:
fail-fast: false
@ -104,7 +104,7 @@ jobs:
create-release:
name: Create Release
needs: build-android
runs-on: ubuntu-latest
runs-on: client-server
if: startsWith(github.ref, 'refs/tags/v')
steps:

View File

@ -60,7 +60,7 @@ jobs:
# ==================== 编译 libcore (iOS/tvOS) ====================
build-libcore-ios:
name: 编译 libcore (iOS/tvOS)
runs-on: macos-latest
runs-on: client-server
if: contains(inputs.platforms || 'ios', 'ios')
steps:

View File

@ -11,7 +11,7 @@ jobs:
# 先编译 libcore
build-libcore:
name: 编译 libcore (Windows)
runs-on: ubuntu-latest
runs-on: client-server
steps:
- name: 📥 Checkout 代码