Skip to content

Commit

Permalink
Switch to ubuntu 20.04 agents (#2322)
Browse files Browse the repository at this point in the history
The Ubuntu 16.04 agents were removed from Azure DevOps: actions/runner-images#3287
  • Loading branch information
sbomer committed Oct 19, 2021
1 parent 3418bcd commit 9d369d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions eng/azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ stages:
- job: Linux
condition: eq(variables.officialBuild, 'false')
pool:
name: Hosted Ubuntu 1604
vmImage: ubuntu-20.04
steps:
- checkout: self
submodules: true
Expand Down Expand Up @@ -137,7 +137,7 @@ stages:
- ${{ if eq(variables.officialBuild, 'false') }}:
- job: Lint
pool:
name: Hosted Ubuntu 1604
vmImage: ubuntu-20.04
steps:
- checkout: self
submodules: true
Expand Down

0 comments on commit 9d369d7

Please sign in to comment.