Skip to content

Commit f0a2dbd

Browse files
authored
Change CI runner to windows-2022 as instructed by Microsoft: actions/runner-images#14017 (#369)
1 parent 5a24163 commit f0a2dbd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on: [push, pull_request]
44

55
jobs:
66
Build:
7-
runs-on: windows-latest
7+
runs-on: windows-2022
88

99
strategy:
1010
fail-fast: false

0 commit comments

Comments
 (0)