Skip to content

Commit 6190d08

Browse files
committed
COMP: Update Azure Pipelines Windows image to windows-2022
windows-2019 is deprecated per: https://devblogs.microsoft.com/devops/upcoming-updates-for-azure-pipelines-agents-images/
1 parent 56d39f8 commit 6190d08

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Testing/ContinuousIntegration/AzurePipelinesWindows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
timeoutInMinutes: 0
3232
cancelTimeoutInMinutes: 300
3333
pool:
34-
vmImage: 'windows-2019'
34+
vmImage: 'windows-2022'
3535
steps:
3636
- checkout: self
3737
clean: true

Testing/ContinuousIntegration/AzurePipelinesWindowsPython.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
timeoutInMinutes: 0
3232
cancelTimeoutInMinutes: 300
3333
pool:
34-
vmImage: 'windows-2019'
34+
vmImage: 'windows-2022'
3535
steps:
3636
- checkout: self
3737
clean: true

0 commit comments

Comments
 (0)