Skip to content

Commit

Permalink
ENH: Switch Azure Pipelines Linux environment version
Browse files Browse the repository at this point in the history
Switch Azure Pipelines Linux environment version to `ubuntu-20.04`.

Fixes:
```
Warning
The ubuntu-18.04 environment is deprecated, consider switching to ubuntu-20.04(ubuntu-latest),
or ubuntu-22.04 instead.
For more details see actions/runner-images#6002
```

reported for example at:
https://dev.azure.com/itkrobotlinux/ITK.Linux/_build/results?buildId=8765&view=results
  • Loading branch information
jhlegarreta committed Aug 17, 2022
1 parent b9005b8 commit 497c3a7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Testing/ContinuousIntegration/AzurePipelinesLinux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
timeoutInMinutes: 0
cancelTimeoutInMinutes: 300
pool:
vmImage: ubuntu-18.04
vmImage: ubuntu-20.04
steps:
- checkout: self
clean: true
Expand Down Expand Up @@ -85,7 +85,7 @@ jobs:
timeoutInMinutes: 0
cancelTimeoutInMinutes: 300
pool:
vmImage: ubuntu-18.04
vmImage: ubuntu-20.04
steps:
- checkout: self
clean: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
timeoutInMinutes: 0
cancelTimeoutInMinutes: 300
pool:
vmImage: ubuntu-18.04
vmImage: ubuntu-20.04
steps:
- checkout: self
clean: true
Expand Down

0 comments on commit 497c3a7

Please sign in to comment.