azure-pipelines.yml: use macOS-10.14

This commit is contained in:
Steven Peters 2019-04-24 16:59:28 -07:00 committed by L. E. Segovia
parent f8bbffdddc
commit a4d73b198a

View File

@ -1,7 +1,7 @@
jobs:
- job: macOS
pool:
vmImage: macOS-10.13
vmImage: macOS-10.14
steps:
- bash: |
set -e