Skip to content

Commit aea28b6

Browse files
committed
Update pinned oldest win image on azure
The windows-2019 image will be deprecated on 1.6.2025. Also, this is a test whether the timeouts #29797 are related to the windows-2019 image.
1 parent 7fd4c67 commit aea28b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ stages:
5050
strategy:
5151
matrix:
5252
Windows_py311:
53-
vmImage: 'windows-2019' # keep one job pinned to the oldest image
53+
vmImage: 'windows-2022' # Keep one job pinned to the oldest image
5454
python.version: '3.11'
5555
Windows_py312:
5656
vmImage: 'windows-latest'

0 commit comments

Comments
 (0)