Skip to content

Commit

Permalink
chore(ci): use "latest" version of the OSes on Azure Pipelines (#11793)
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed Aug 27, 2021
1 parent 554d7d2 commit 38558a8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .azure-pipelines.yml
Expand Up @@ -5,13 +5,13 @@
jobs:
- job: Linux
pool:
vmImage: ubuntu-16.04
vmImage: ubuntu-latest
steps:
- template: .azure-pipelines-steps.yml

- job: Windows
pool:
vmImage: vs2017-win2016
vmImage: windows-latest
steps:
- script: |
git config --global core.autocrlf false
Expand All @@ -21,7 +21,7 @@ jobs:

- job: macOS
pool:
vmImage: macos-10.15
vmImage: macos-latest
steps:
# This step can be removed once Mercurial gets installed on the macOS image. See https://github.com/Microsoft/azure-pipelines-image-generation/issues/604
- script: HOMEBREW_NO_AUTO_UPDATE=1 brew install mercurial
Expand Down

0 comments on commit 38558a8

Please sign in to comment.