diff options
author | Andrei Karas <akaras@inbox.ru> | 2020-05-30 09:55:33 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2020-05-30 09:55:33 +0300 |
commit | 3afb9043807acdf6601f75d4998f0cb4289bf16f (patch) | |
tree | 27cb8887e90c7336f40722022ad353ff4e303225 /azure-pipelines_macosx.yml | |
parent | 89894d57917405033464e53def21b08996f2bc91 (diff) | |
download | plus-3afb9043807acdf6601f75d4998f0cb4289bf16f.tar.gz plus-3afb9043807acdf6601f75d4998f0cb4289bf16f.tar.bz2 plus-3afb9043807acdf6601f75d4998f0cb4289bf16f.tar.xz plus-3afb9043807acdf6601f75d4998f0cb4289bf16f.zip |
Use latest macosx image in macosx ci
Diffstat (limited to 'azure-pipelines_macosx.yml')
-rw-r--r-- | azure-pipelines_macosx.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/azure-pipelines_macosx.yml b/azure-pipelines_macosx.yml index 18014bee7..75dcadf01 100644 --- a/azure-pipelines_macosx.yml +++ b/azure-pipelines_macosx.yml @@ -1,7 +1,7 @@ jobs: - job: list_xcode pool: - vmImage: 'macOS 10.13' + vmImage: 'macOS-latest' steps: - script: | ls /Applications/ | grep Xcode|sort |