diff options
author | Andrei Karas <akaras@inbox.ru> | 2019-01-27 00:49:59 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2019-01-27 00:49:59 +0300 |
commit | 8ac2fff6ec50ec3bad41370e376877a0a8b6eb97 (patch) | |
tree | 99269f3c2b18aea6daae0db18d53befdb8dcf6c1 /azure-pipelines_macosx.yml | |
parent | 34d7d873da6598f4bf0fbaff5828f222d4c1037c (diff) | |
download | plus-8ac2fff6ec50ec3bad41370e376877a0a8b6eb97.tar.gz plus-8ac2fff6ec50ec3bad41370e376877a0a8b6eb97.tar.bz2 plus-8ac2fff6ec50ec3bad41370e376877a0a8b6eb97.tar.xz plus-8ac2fff6ec50ec3bad41370e376877a0a8b6eb97.zip |
Fix travis and azure ci config files
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 9d6051e1d..43e2d0c20 100644 --- a/azure-pipelines_macosx.yml +++ b/azure-pipelines_macosx.yml @@ -35,7 +35,7 @@ jobs: pool: name: 'Hosted Ubuntu 1604' dependsOn: - - xcode_8 + - xcode_10 - xcode_9 - xcode - xcode_8_3_3 |