ci: runner-image windows-2019 has been deprecated, replace it with windows-2022

Signed-off-by: leo <longshuang@msn.cn>
This commit is contained in:
leo
2025-07-01 10:02:35 +08:00
parent 777bba0593
commit 1bafdf2a8d
2 changed files with 3 additions and 3 deletions

View File

@@ -7,10 +7,10 @@ jobs:
matrix:
include:
- name : Windows x64
os: windows-2019
os: windows-2022
runtime: win-x64
- name : Windows ARM64
os: windows-2019
os: windows-2022
runtime: win-arm64
- name : macOS (Intel)
os: macos-13

View File

@@ -9,7 +9,7 @@ on:
jobs:
windows:
name: Package Windows
runs-on: windows-2019
runs-on: windows-2022
strategy:
matrix:
runtime: [ win-x64, win-arm64 ]