ci: use multicore native Windows runner

This commit is contained in:
Tianyi Cui
2026-08-09 12:43:45 +08:00
parent 01f5875a9f
commit 461f2aaaf2
8 changed files with 47 additions and 27 deletions
+4 -4
View File
@@ -416,12 +416,12 @@ jobs:
# .agents/notes/implemented/process/2026-08-08-native-windows-pull-request-ci.md
windows-native:
if: github.event_name == 'pull_request'
runs-on: windows-2025
runs-on: dsh-windows-2025-16core
name: windows node 24 / native complete
env:
DSH_COVERAGE_MAX_WORKERS: '1'
DSH_GATE_CONCURRENCY: '1'
DSH_PUBLINT_CONCURRENCY: '1'
DSH_COVERAGE_MAX_WORKERS: '6'
DSH_GATE_CONCURRENCY: '2'
DSH_PUBLINT_CONCURRENCY: '8'
steps:
- uses: actions/checkout@v6
with: