Skip to content

Commit

Permalink
Merge pull request #7646 from hugovk/update-azure-pipelines
Browse files Browse the repository at this point in the history
Azure Pipielines: Replace soon-unsupported macOS 10.13 with 10.14
  • Loading branch information
pradyunsg authored Jan 25, 2020
2 parents a4fac3f + eae8621 commit 87fa5ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .azure-pipelines/macos.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
jobs:
- template: jobs/test.yml
parameters:
vmImage: xcode9-macos10.13
vmImage: macos-10.14

- template: jobs/package.yml
parameters:
vmImage: xcode9-macos10.13
vmImage: macos-10.14

0 comments on commit 87fa5ce

Please sign in to comment.