|
34 | 34 | # python 3.13 is blocked since BLAS requires "mkl<2025.0" (see https://github.com/conda-forge/blas-feedstock/pull/128 |
35 | 35 | # which depends on resolving MKL issue https://github.com/conda-forge/intel_repack-feedstock/issues/83) |
36 | 36 | python: ['3.9', '3.10', '3.11', '3.12'] |
37 | | - os: [ubuntu-22.04, windows-2019] |
| 37 | + os: [ubuntu-22.04, windows-2022] |
38 | 38 |
|
39 | 39 | permissions: |
40 | 40 | # Needed to cancel any previous runs that are not completed for a given workflow |
|
44 | 44 |
|
45 | 45 | defaults: |
46 | 46 | run: |
47 | | - shell: ${{ matrix.os == 'windows-2019' && 'cmd /C CALL {0}' || 'bash -el {0}' }} |
| 47 | + shell: ${{ matrix.os == 'windows-2022' && 'cmd /C CALL {0}' || 'bash -el {0}' }} |
48 | 48 |
|
49 | 49 | env: |
50 | 50 | build-conda-pkg-env: 'environments/build_conda_pkg.yml' |
@@ -260,7 +260,7 @@ jobs: |
260 | 260 | matrix: |
261 | 261 | # python 3.13 is blocked due to MKL issue |
262 | 262 | python: ['3.9', '3.10', '3.11', '3.12'] |
263 | | - os: [windows-2019] |
| 263 | + os: [windows-2022] |
264 | 264 |
|
265 | 265 | env: |
266 | 266 | dpnp-repo-path: '${{ github.workspace }}\source' |
@@ -410,13 +410,13 @@ jobs: |
410 | 410 | matrix: |
411 | 411 | # python 3.13 is blocked due to MKL issue |
412 | 412 | python: ['3.9', '3.10', '3.11', '3.12'] |
413 | | - os: [ubuntu-22.04, windows-2019] |
| 413 | + os: [ubuntu-22.04, windows-2022] |
414 | 414 |
|
415 | 415 | runs-on: ${{ matrix.os }} |
416 | 416 |
|
417 | 417 | defaults: |
418 | 418 | run: |
419 | | - shell: ${{ matrix.os == 'windows-2019' && 'cmd /C CALL {0}' || 'bash -el {0}' }} |
| 419 | + shell: ${{ matrix.os == 'windows-2022' && 'cmd /C CALL {0}' || 'bash -el {0}' }} |
420 | 420 |
|
421 | 421 | env: |
422 | 422 | upload-conda-pkg-env: 'environments/upload_cleanup_conda_pkg.yml' |
|
0 commit comments