Skip to content

Commit

Permalink
Use non-deprecated Azure Pipelines Ubuntu/Windows pool
Browse files Browse the repository at this point in the history
ubuntu-16.04 was removed recently (actions/runner-images#3287), bumping to 20.04

win2016 will be removed in March: actions/runner-images#4312, bumping to windows-2019
  • Loading branch information
akoeplinger authored Oct 29, 2021
1 parent 89c6aba commit f18cd60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ jobs:
parameters:
agentOs: Windows_NT
pool:
vmImage: vs2017-win2016
vmImage: windows-2019

- template: /eng/build.yml
parameters:
agentOs: Linux
pool:
vmImage: ubuntu-16.04
vmImage: ubuntu-20.04

- template: /eng/build.yml
parameters:
Expand Down

0 comments on commit f18cd60

Please sign in to comment.