Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d10e57b

Browse files
committed
set azure to run on the latest version so windows, ubuntu, and macos
1 parent 95e18ea commit d10e57b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

azure-template.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ jobs:
22
- job: ${{ format(parameters.name) }}
33
pool:
44
${{ if eq(parameters.os, 'macosx') }}:
5-
vmImage: macOS 10.13
5+
vmImage: 'macOS-latest'
66
${{ if eq(parameters.os, 'linux') }}:
7-
vmImage: Ubuntu 16.04
7+
vmImage: 'ubuntu-latest'
88
${{ if eq(parameters.os, 'windows') }}:
9-
vmImage: vs2017-win2016
9+
vmImage: 'vs2017-win2016'
1010

1111
steps:
1212

0 commit comments

Comments
 (0)