ci(workflow): 将Windows libcore编译任务运行环境改为client-server
Some checks failed
Build Windows / 编译 libcore (Windows) (push) Failing after 2m6s
Build Windows / 构建 Windows (push) Has been skipped

This commit is contained in:
shanshanzhong 2025-11-06 18:09:53 -08:00
parent cc5a732fa5
commit 0e1c043e34

View File

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