Update azure-pipelines.yml (#2997)

* Update azure-pipelines.yml

* Update mac_build.yml

* Update mac_build_java.yml
This commit is contained in:
Greg Landrum
2020-03-10 18:12:21 +01:00
committed by GitHub
parent 774892a9ab
commit a6219eff3f
3 changed files with 4 additions and 4 deletions

View File

@@ -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: |

View File

@@ -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: |

View File

@@ -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