Skip to content

Commit a4e6e11

Browse files
Update deprecated windows action runner 2019->2025
Signed-off-by: Ayan Sinha Mahapatra <ayansmahapatra@gmail.com>
1 parent 97bc9b5 commit a4e6e11

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/scancode-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ jobs:
285285
strategy:
286286
fail-fast: true
287287
matrix:
288-
os: [windows-2019, windows-2022]
288+
os: [windows-2025, windows-2022]
289289
pyver: ["3.9", "3.10", "3.11", "3.12"]
290290

291291
steps:
@@ -412,7 +412,7 @@ jobs:
412412
strategy:
413413
fail-fast: true
414414
matrix:
415-
os: [windows-2019, windows-2022]
415+
os: [windows-2025, windows-2022]
416416
pyver: ["3.9", "3.10", "3.11", "3.12"]
417417

418418
steps:

azure-pipelines.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ jobs:
156156
- template: etc/ci/azure-win.yml
157157
parameters:
158158
job_name: win2019_cpython_1
159-
image_name: windows-2019
159+
image_name: windows-2025
160160
python_versions: ['3.9']
161161
python_architecture: x64
162162
test_suites:
@@ -250,7 +250,7 @@ jobs:
250250
- template: etc/ci/azure-win.yml
251251
parameters:
252252
job_name: win2019_cpython_latest_from_pip
253-
image_name: windows-2019
253+
image_name: windows-2025
254254
python_versions: ['3.9', '3.10', '3.11', '3.12', '3.13']
255255
test_suites:
256256
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)