|
1 |
| -name: Windows (VS 2019, Python 3.11) |
| 1 | +name: Windows (VS 2022, Python 3.11) |
2 | 2 | on:
|
3 | 3 | workflow_dispatch:
|
4 | 4 | pull_request:
|
|
59 | 59 | defaults:
|
60 | 60 | run:
|
61 | 61 | shell: pwsh
|
62 |
| - runs-on: windows-2019-16-core |
| 62 | + runs-on: windows-2022-16-core |
63 | 63 | env:
|
64 | 64 | CMAKE_BUILD_TYPE: 'Release'
|
65 | 65 | CMAKE_GENERATOR: 'Ninja Multi-Config'
|
@@ -121,6 +121,8 @@ jobs:
|
121 | 121 |
|
122 | 122 | - name: Configure Developer Command Prompt for Microsoft Visual C++
|
123 | 123 | uses: ilammy/msvc-dev-cmd@0b201ec74fa43914dc39ae48a89fd1d8cb592756 # v1.13.0
|
| 124 | + with: |
| 125 | + toolset: 14.42 # v2022 |
124 | 126 |
|
125 | 127 | - name: CMake configure - OpenVINO
|
126 | 128 | run: |
|
@@ -192,7 +194,7 @@ jobs:
|
192 | 194 | defaults:
|
193 | 195 | run:
|
194 | 196 | shell: pwsh
|
195 |
| - runs-on: windows-2019 |
| 197 | + runs-on: windows-2022 |
196 | 198 |
|
197 | 199 | env:
|
198 | 200 | OV_INSTALL_DIR: ${{ github.workspace }}\\ov
|
@@ -225,6 +227,8 @@ jobs:
|
225 | 227 |
|
226 | 228 | - name: Configure Developer Command Prompt for Microsoft Visual C++
|
227 | 229 | uses: ilammy/msvc-dev-cmd@0b201ec74fa43914dc39ae48a89fd1d8cb592756 # v1.13.0
|
| 230 | + with: |
| 231 | + toolset: 14.42 # v2022 |
228 | 232 |
|
229 | 233 | - name: Build genai libs
|
230 | 234 | run: |
|
@@ -257,7 +261,7 @@ jobs:
|
257 | 261 | defaults:
|
258 | 262 | run:
|
259 | 263 | shell: pwsh
|
260 |
| - runs-on: windows-2019 |
| 264 | + runs-on: windows-2022 |
261 | 265 |
|
262 | 266 | env:
|
263 | 267 | OV_INSTALL_DIR: ${{ github.workspace }}\\ov
|
@@ -290,6 +294,8 @@ jobs:
|
290 | 294 |
|
291 | 295 | - name: Configure Developer Command Prompt for Microsoft Visual C++
|
292 | 296 | uses: ilammy/msvc-dev-cmd@0b201ec74fa43914dc39ae48a89fd1d8cb592756 # v1.13.0
|
| 297 | + with: |
| 298 | + toolset: 14.42 # v2022 |
293 | 299 |
|
294 | 300 | - name: Build genai libs
|
295 | 301 | run: |
|
@@ -327,7 +333,7 @@ jobs:
|
327 | 333 | defaults:
|
328 | 334 | run:
|
329 | 335 | shell: pwsh
|
330 |
| - runs-on: windows-2019-16-core |
| 336 | + runs-on: windows-2022-16-core |
331 | 337 |
|
332 | 338 | env:
|
333 | 339 | OV_INSTALL_DIR: ${{ github.workspace }}\\ov
|
@@ -360,6 +366,8 @@ jobs:
|
360 | 366 |
|
361 | 367 | - name: Configure Developer Command Prompt for Microsoft Visual C++
|
362 | 368 | uses: ilammy/msvc-dev-cmd@0b201ec74fa43914dc39ae48a89fd1d8cb592756 # v1.13.0
|
| 369 | + with: |
| 370 | + toolset: 14.42 # v2022 |
363 | 371 |
|
364 | 372 | - name: Build genai libs
|
365 | 373 | run: |
|
@@ -388,7 +396,7 @@ jobs:
|
388 | 396 | defaults:
|
389 | 397 | run:
|
390 | 398 | shell: pwsh
|
391 |
| - runs-on: windows-2019 |
| 399 | + runs-on: windows-2022 |
392 | 400 |
|
393 | 401 | env:
|
394 | 402 | OV_INSTALL_DIR: ${{ github.workspace }}\\ov
|
@@ -421,6 +429,8 @@ jobs:
|
421 | 429 |
|
422 | 430 | - name: Configure Developer Command Prompt for Microsoft Visual C++
|
423 | 431 | uses: ilammy/msvc-dev-cmd@0b201ec74fa43914dc39ae48a89fd1d8cb592756 # v1.13.0
|
| 432 | + with: |
| 433 | + toolset: 14.42 # v2022 |
424 | 434 |
|
425 | 435 | - name: Build genai libs
|
426 | 436 | run: |
|
|
0 commit comments