ci: target self-hosted Windows runner
Some checks failed
Build Windows Release / build-windows (push) Has been cancelled

This commit is contained in:
luochen570
2026-05-29 23:34:19 +08:00
parent 7df5312e16
commit 6ff03ca32e

View File

@@ -13,7 +13,10 @@ on:
jobs: jobs:
build-windows: build-windows:
runs-on: windows-latest # Gitea Actions 使用自建 act_runner不提供 GitHub 托管的 windows-latest
# 这里匹配常见的 Windows Runner 标签Runner 需注册为 windows 或 windows-latest 才会接单。
runs-on:
- windows
defaults: defaults:
run: run:
shell: msys2 {0} shell: msys2 {0}