Fix runner name to windows-runner

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-01-04 01:05:43 -05:00
parent 7f4001aaae
commit 652bbcb5d6
2 changed files with 2 additions and 2 deletions

View File

@@ -12,7 +12,7 @@ on:
jobs:
build:
runs-on: windows-latest
runs-on: windows-runner
steps:
- name: Checkout
uses: actions/checkout@v4

View File

@@ -7,7 +7,7 @@ on:
jobs:
build:
runs-on: windows-latest
runs-on: windows-runner
steps:
- name: Checkout
uses: actions/checkout@v4