Skip to content
This repository has been archived by the owner on Apr 23, 2022. It is now read-only.

Commit

Permalink
Fix azure-pipeline: MacOS 10.13 -> 10.14
Browse files Browse the repository at this point in the history
root committed Feb 27, 2020

Verified

This commit was signed with the committer’s verified signature. The key has expired.
kylekurz Kyle Kurz
1 parent d22c636 commit c31adf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@ strategy:
linux:
imageName: "ubuntu-16.04"
mac:
imageName: "macos-10.13"
imageName: "macos-10.14"
windows:
imageName: "vs2017-win2016"

0 comments on commit c31adf8

Please sign in to comment.