Skip to content

Commit 38558a8

Browse files
authored
chore(ci): use "latest" version of the OSes on Azure Pipelines (#11793)
1 parent 554d7d2 commit 38558a8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.azure-pipelines.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
jobs:
66
- job: Linux
77
pool:
8-
vmImage: ubuntu-16.04
8+
vmImage: ubuntu-latest
99
steps:
1010
- template: .azure-pipelines-steps.yml
1111

1212
- job: Windows
1313
pool:
14-
vmImage: vs2017-win2016
14+
vmImage: windows-latest
1515
steps:
1616
- script: |
1717
git config --global core.autocrlf false
@@ -21,7 +21,7 @@ jobs:
2121

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

0 commit comments

Comments
 (0)