Skip to content

Commit 7d56f98

Browse files
committed
Migrate workflows to Windows 2022
1 parent d6a25bb commit 7d56f98

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/unittests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116
mode: both
117117
flags: " -K scanner"
118118
# windows tests
119-
- os: windows-latest
119+
- os: windows-2022
120120
python: "3.13"
121121
mode: root
122122
flags: " -K scanner"
@@ -131,7 +131,7 @@ jobs:
131131
mode: both
132132
allow-failure: 'true'
133133
flags: " -k scanner"
134-
- os: windows-latest
134+
- os: windows-2022
135135
python: "3.13"
136136
mode: both
137137
allow-failure: 'true'

0 commit comments

Comments
 (0)