Skip to content

Commit 8b0e0e1

Browse files
committed
use runner windows-2022 as latest has no support for platform v143
1 parent 57b7775 commit 8b0e0e1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/CI_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on: [push, pull_request]
55
jobs:
66
build_windows:
77

8-
runs-on: windows-latest
8+
runs-on: windows-2022
99
strategy:
1010
fail-fast: false
1111
matrix:

0 commit comments

Comments
 (0)