Skip to content

Commit e79a39a

Browse files
authored
Merge pull request #2088 from IntelPython/update-ci-runner-windows-version
[MAINT] Update Windows version used by GitHub CI
2 parents b6c8bde + d2acf4c commit e79a39a

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/conda-package.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
path: ${{ env.WHEELS_OUTPUT_FOLDER }}${{ env.PACKAGE_NAME }}-*.whl
8181

8282
build_windows:
83-
runs-on: windows-2019
83+
runs-on: windows-latest
8484
timeout-minutes: 150
8585

8686
strategy:
@@ -254,7 +254,7 @@ jobs:
254254
matrix:
255255
python: ['3.9', '3.10', '3.11', '3.12', '3.13']
256256
experimental: [false]
257-
runner: [windows-2019]
257+
runner: [windows-latest]
258258
continue-on-error: ${{ matrix.experimental }}
259259
env:
260260
workdir: '${{ github.workspace }}'
@@ -458,7 +458,7 @@ jobs:
458458
if: |
459459
(github.repository == 'IntelPython/dpctl') &&
460460
(github.ref == 'refs/heads/master' || (startsWith(github.ref, 'refs/heads/release') == true) || github.event_name == 'push' && contains(github.ref, 'refs/tags/'))
461-
runs-on: windows-2019
461+
runs-on: windows-latest
462462
timeout-minutes: 20
463463
strategy:
464464
matrix:

.github/workflows/run-tests-from-dppy-bits.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
matrix:
8181
python: ['3.9', '3.10', '3.11', '3.12', '3.13']
8282
experimental: [false]
83-
runner: [windows-2019]
83+
runner: [windows-latest]
8484

8585
continue-on-error: ${{ matrix.experimental }}
8686
env:

conda-recipe/conda_build_config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ c_stdlib_version: # [linux]
1313
c_stdlib: # [win]
1414
- vs # [win]
1515
cxx_compiler: # [win]
16-
- vs2019 # [win]
16+
- vs2022 # [win]
1717
c_compiler: # [win]
18-
- vs2019 # [win]
18+
- vs2022 # [win]

0 commit comments

Comments
 (0)