diff options
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r-- | azure-pipelines.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 3e84645..4788125 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -44,7 +44,7 @@ jobs: strategy: matrix: mac: - imageName: 'macos-10.14' + imageName: 'macOS-10.15' isMac: True win: imageName: 'windows-2019' |