Skip to content

Commit 955d416

Browse files
committed
Fixed build images
1 parent 30abe80 commit 955d416

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

azure-build-artifacts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ pr: none
66
jobs:
77
- job: Windows
88
pool:
9-
vmImage: 'vs2017-win2016'
9+
vmImage: 'windows-latest'
1010
steps:
1111
- powershell: .\build.ps1
1212
displayName: 'Run build script'

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: 'ubuntu-16.04'
8+
vmImage: 'ubuntu-latest'
99
steps:
1010
- bash: ./build.sh
1111
env:
@@ -15,7 +15,7 @@ jobs:
1515

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

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

0 commit comments

Comments
 (0)