Skip to content

Commit 1104694

Browse files
committed
ci: runner-image windows-2019 has been deprecated, replace it with windows-2022
Signed-off-by: leo <[email protected]>
1 parent 777bba0 commit 1104694

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ jobs:
77
matrix:
88
include:
99
- name : Windows x64
10-
os: windows-2019
10+
os: windows-2022
1111
runtime: win-x64
1212
- name : Windows ARM64
13-
os: windows-2019
13+
os: windows-2022
1414
runtime: win-arm64
1515
- name : macOS (Intel)
1616
os: macos-13

0 commit comments

Comments
 (0)