Skip to content

Commit 9b7821e

Browse files

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,7 +5,7 @@ jobs:
55

66
- job: Linux
77
pool:
8-
vmImage: 'Hosted Ubuntu 1604'
8+
vmImage: 'ubuntu-16.04'
99
steps:
1010
- bash: ./build.sh
1111
env:
@@ -15,7 +15,7 @@ jobs:
1515

1616
- job: macOS
1717
pool:
18-
vmImage: 'Hosted macOS'
18+
vmImage: 'macOS-10.13'
1919
steps:
2020
- bash: ./build.sh
2121
env:
@@ -25,7 +25,7 @@ jobs:
2525

2626
- job: Windows
2727
pool:
28-
vmImage: 'Hosted VS2017'
28+
vmImage: 'vs2017-win2016'
2929
steps:
3030
- powershell: .\build.ps1
3131
env:

0 commit comments

Comments
 (0)