Skip to content

Commit 99217ee

Browse files
Update windows runner image
Reference: actions/runner-images#14017 Signed-off-by: Ayan Sinha Mahapatra <asmahapatra@aboutcode.org>
1 parent fa9081a commit 99217ee

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/scancode-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ jobs:
327327
strategy:
328328
fail-fast: true
329329
matrix:
330-
os: [windows-2025, windows-2022]
330+
os: [windows-2025-vs2026, windows-2022]
331331
pyver: ["3.10", "3.11", "3.12", "3.13", "3.14"]
332332

333333
steps:
@@ -481,7 +481,7 @@ jobs:
481481
strategy:
482482
fail-fast: true
483483
matrix:
484-
os: [windows-2025, windows-2022]
484+
os: [windows-2025-vs2026, windows-2022]
485485
pyver: ["3.10", "3.11", "3.12", "3.13", "3.14"]
486486

487487
steps:

azure-pipelines.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ jobs:
148148
- template: etc/ci/azure-win.yml
149149
parameters:
150150
job_name: win2025_cpython
151-
image_name: windows-2025
151+
image_name: windows-2025-vs2026
152152
python_versions: ['3.10']
153153
python_architecture: x64
154154
test_suites:
@@ -215,7 +215,7 @@ jobs:
215215
- template: etc/ci/azure-win.yml
216216
parameters:
217217
job_name: win2019_cpython_latest_from_pip
218-
image_name: windows-2025
218+
image_name: windows-2025-vs2026
219219
python_versions: ['3.10', '3.11', '3.12', '3.13', '3.14']
220220
test_suites:
221221
all: venv\Scripts\pip install --upgrade-strategy eager --force-reinstall --upgrade -e .[testing] && venv\Scripts\pytest -n 2 -vvs tests\scancode\test_cli.py

0 commit comments

Comments
 (0)