summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2019-05-09 08:39:01 +0200
committerGitHub <noreply@github.com>2019-05-09 08:39:01 +0200
commit387d4f1009ec9e463d40225dac9b8995ab6e0732 (patch)
tree0e8b1fca5a4bd654ad61ac7fe9313818dbbb4d99
parent061d4c0fa23910d4d2fc7b23856aa784682cb9bb (diff)
parent9b58bf1edd3ca76e54632dd2a13ada21a16e5dae (diff)
downloadATCD-387d4f1009ec9e463d40225dac9b8995ab6e0732.tar.gz
Merge pull request #904 from jwillemsen/jwi-macosx1014
Use MacOSX 10.14
-rw-r--r--azure-pipelines.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index ffdc04c1256..9d6b0951d27 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -304,7 +304,7 @@ jobs:
- job: MacOSX
timeoutInMinutes: 90
pool:
- vmImage: macOS-10.13
+ vmImage: macOS-10.14
steps:
- powershell: |
'#include "ace/config-macosx.h"' > $(ACE_ROOT)/ace/config.h