Skip to content

Commit

Permalink
fix: update azure devops images
Browse files Browse the repository at this point in the history
  • Loading branch information
jimthedev committed Apr 7, 2020
1 parent 9ae386c commit 607d514
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Expand Up @@ -8,7 +8,7 @@ jobs:
parameters:
name: macOS
pool:
vmImage: 'macOS-10.13'
vmImage: 'macOS-latest'

- template: jobs/build.yml # Template reference
parameters:
Expand All @@ -20,5 +20,5 @@ jobs:
parameters:
name: Windows
pool:
vmImage: 'vs2017-win2016'
vmImage: 'windows-latest'
sign: true # Extra step on Windows only

0 comments on commit 607d514

Please sign in to comment.