Skip to content

Commit

Permalink
Prepend xcode9- to the vm images
Browse files Browse the repository at this point in the history
  • Loading branch information
arqunis committed Feb 22, 2019
1 parent 68263ac commit bca2f4b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,25 +2,25 @@ jobs:
- template: 'azure-template.yml'
parameters:
name: 'macOS_stable'
vmImage: 'macos10.13'
vmImage: 'xcode9-macos10.13'
toolchain: 'stable'

- template: 'azure-template.yml'
parameters:
name: 'macOS_beta'
vmImage: 'macOS-10.13'
vmImage: 'xcode9-macos10.13'
toolchain: 'beta'

- template: 'azure-template.yml'
parameters:
name: 'macOS_nightly'
vmImage: 'macos10.13'
vmImage: 'xcode9-macos10.13'
toolchain: 'nightly'

- template: 'azure-template.yml'
parameters:
name: 'macOS_1_25_0'
vmImage: 'macos10.13'
vmImage: 'xcode9-macos10.13'
toolchain: '1.25.0'

- template: 'azure-template.yml'
Expand Down

0 comments on commit bca2f4b

Please sign in to comment.