8000 Update pinned oldest win image on azure · matplotlib/matplotlib@ce60580 · GitHub
[go: up one dir, main page]

Skip to content

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit ce60580

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 ce60580

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
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)
0