Skip to content

Commit 89ed425

Browse files
committed
COMP: Update Linux CI images to ubuntu-22.04
Support for ubuntu-20.04 was deprecated: https://devblogs.microsoft.com/devops/upcoming-updates-for-azure-pipelines-agents-images/
1 parent 334c774 commit 89ed425

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Testing/ContinuousIntegration/AzurePipelinesLinux.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
timeoutInMinutes: 0
3232
cancelTimeoutInMinutes: 300
3333
pool:
34-
vmImage: ubuntu-20.04
34+
vmImage: ubuntu-22.04
3535
steps:
3636
- checkout: self
3737
clean: true
@@ -108,7 +108,7 @@ jobs:
108108
timeoutInMinutes: 0
109109
cancelTimeoutInMinutes: 300
110110
pool:
111-
vmImage: ubuntu-20.04
111+
vmImage: ubuntu-22.04
112112
steps:
113113
- checkout: self
114114
clean: true

Testing/ContinuousIntegration/AzurePipelinesLinuxPython.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: ubuntu-20.04
34+
vmImage: ubuntu-22.04
3535
steps:
3636
- checkout: self
3737
clean: true

0 commit comments

Comments
 (0)