Skip to content

Commit 9fb8b0a

Browse files
authored
Update azure windows runners to use 'windows-latest' (#5167)
1 parent bbcef1b commit 9fb8b0a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

azure-pipelines.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,24 +25,24 @@ jobs:
2525
PYTHON_VERSION: '3.11'
2626
PYTHON_ARCH: 'x64'
2727
BUILD_TYPE: 'normal'
28-
imageName: 'windows-2019'
28+
imageName: 'windows-latest'
2929
Win-Python313-64bit-full:
3030
PYTHON_VERSION: '3.13'
3131
PYTHON_ARCH: 'x64'
3232
BUILD_TYPE: 'normal'
33-
imageName: 'windows-2019'
33+
imageName: 'windows-latest'
3434
Win-Python313-64bit-full-wheel:
3535
PYTHON_VERSION: '3.13'
3636
PYTHON_ARCH: 'x64'
3737
BUILD_TYPE: 'wheel'
3838
NUMPY_MIN: '2.1.0'
39-
imageName: 'windows-2019'
39+
imageName: 'windows-latest'
4040
Win-Python311-64bit-full-wheel:
4141
PYTHON_VERSION: '3.11'
4242
PYTHON_ARCH: 'x64'
4343
BUILD_TYPE: 'wheel'
4444
NUMPY_MIN: '1.26.0'
45-
imageName: 'windows-2019'
45+
imageName: 'windows-latest'
4646
Linux-Python313-64bit-full-wheel:
4747
PYTHON_VERSION: '3.13'
4848
PYTHON_ARCH: 'x64'

0 commit comments

Comments
 (0)