From a6219eff3fe9075eb45a9dac7f95d36b0b65648c Mon Sep 17 00:00:00 2001 From: Greg Landrum Date: Tue, 10 Mar 2020 18:12:21 +0100 Subject: [PATCH] Update azure-pipelines.yml (#2997) * Update azure-pipelines.yml * Update mac_build.yml * Update mac_build_java.yml --- .azure-pipelines/mac_build.yml | 2 +- .azure-pipelines/mac_build_java.yml | 2 +- azure-pipelines.yml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.azure-pipelines/mac_build.yml b/.azure-pipelines/mac_build.yml index ea3853be7..2d179f82e 100644 --- a/.azure-pipelines/mac_build.yml +++ b/.azure-pipelines/mac_build.yml @@ -1,6 +1,6 @@ steps: - bash: | - wget https://github.com/phracker/MacOSX-SDKs/releases/download/10.13/MacOSX$(target_platform).sdk.tar.xz + wget https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX$(target_platform).sdk.tar.xz tar Jxvf MacOSX$(target_platform).sdk.tar.xz displayName: Install MacOSX $(target_platform) SDK - script: | diff --git a/.azure-pipelines/mac_build_java.yml b/.azure-pipelines/mac_build_java.yml index b46d320e4..47f360902 100644 --- a/.azure-pipelines/mac_build_java.yml +++ b/.azure-pipelines/mac_build_java.yml @@ -1,6 +1,6 @@ steps: - bash: | - wget https://github.com/phracker/MacOSX-SDKs/releases/download/10.13/MacOSX$(target_platform).sdk.tar.xz + wget https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX$(target_platform).sdk.tar.xz tar Jxvf MacOSX$(target_platform).sdk.tar.xz displayName: Install MacOSX $(target_platform) SDK - script: | diff --git a/azure-pipelines.yml b/azure-pipelines.yml index f8f4479e9..10175c540 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -18,7 +18,7 @@ jobs: - job: macOS_10_13_x64 timeoutInMinutes: 90 pool: - vmImage: macos-10.13 + vmImage: macos-10.14 variables: compiler: clangxx_osx-64 boost_version: 1.67.0 @@ -63,7 +63,7 @@ jobs: - job: macOS_10_13_x64_java timeoutInMinutes: 90 pool: - vmImage: macos-10.13 + vmImage: macos-10.14 variables: compiler: clangxx_osx-64 boost_version: 1.67.0