Skip to content

Commit 025c412

Browse files
committed
Bump CI images
1 parent bc79f87 commit 025c412

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

.vsts-ci/azure-pipelines-ci.yml

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -32,33 +32,35 @@ trigger:
3232
- /LICENSE
3333
- /CODE_OF_CONDUCT.md
3434

35+
# TODO: Setup matrix of image support.
3536
jobs:
3637
- job: 'PS51_Win10'
3738
displayName: PowerShell 5.1 | Windows 10
3839
pool:
40+
# TODO: Update this image.
3941
vmImage: 'vs2017-win2016'
4042
steps:
4143
- template: templates/ci-general.yml
4244
parameters:
4345
pwsh: false
4446

45-
- job: 'PS6_Win10'
46-
displayName: PowerShell 6 | Windows 10
47+
- job: 'PS7_Win10'
48+
displayName: PowerShell 7 | Windows 10
4749
pool:
48-
vmImage: 'vs2017-win2016'
50+
vmImage: 'windows-2019'
4951
steps:
5052
- template: templates/ci-general.yml
5153

52-
- job: 'PS6_macOS'
53-
displayName: PowerShell 6 | macOS
54+
- job: 'PS7_macOS'
55+
displayName: PowerShell 7 | macOS
5456
pool:
55-
vmImage: 'macOS-10.14'
57+
vmImage: 'macOS-10.15'
5658
steps:
5759
- template: templates/ci-general.yml
5860

59-
- job: 'PS6_Ubuntu'
60-
displayName: PowerShell 6 | Ubuntu
61+
- job: 'PS7_Ubuntu'
62+
displayName: PowerShell 7 | Ubuntu
6163
pool:
62-
vmImage: 'ubuntu-16.04'
64+
vmImage: 'ubuntu-20.04'
6365
steps:
6466
- template: templates/ci-general.yml

0 commit comments

Comments
 (0)