Skip to content

Commit

Permalink
Update azure macos builds to 10.15
Browse files Browse the repository at this point in the history
Closes GH-5908.
  • Loading branch information
nikic committed Jul 29, 2020
1 parent 34fe1b9 commit 62cd52a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure/macos/job.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ parameters:
jobs:
- job: ${{ parameters.configurationName }}
pool:
vmImage: 'macOS-10.14'
vmImage: 'macOS-10.15'
steps:
- template: brew.yml
- script: |
Expand Down

0 comments on commit 62cd52a

Please sign in to comment.