Skip to content

Commit 1bafdf2

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 1bafdf2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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

.github/workflows/package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
jobs:
1010
windows:
1111
name: Package Windows
12-
runs-on: windows-2019
12+
runs-on: windows-2022
1313
strategy:
1414
matrix:
1515
runtime: [ win-x64, win-arm64 ]

0 commit comments

Comments
 (0)