Skip to content

Commit

Permalink
Standardize build environments on macOS-10.15, windows-2019
Browse files Browse the repository at this point in the history
  • Loading branch information
qmfrederik committed Nov 10, 2021
1 parent 978cb76 commit fb0ad36
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ stages:

- job: build_macos
pool:
vmImage: 'macOS-10.14'
vmImage: macOS-10.15
variables:
container: macos
command: tarball
Expand All @@ -267,7 +267,7 @@ stages:

- job: test_macos
pool:
vmImage: 'macOS-10.14'
vmImage: macOS-10.15
dependsOn: build_macos
steps:
- task: DownloadBuildArtifacts@0
Expand All @@ -294,7 +294,7 @@ stages:
- job: publish_nuget
pool:
vmImage: 'VS2017-Win2016'
vmImage: windows-2019
dependsOn:
- test_macos
- molecule
Expand Down

0 comments on commit fb0ad36

Please sign in to comment.