mirror of
https://github.com/rdkit/rdkit.git
synced 2026-06-03 21:44:30 +08:00
Update azure-pipelines.yml (#2997)
* Update azure-pipelines.yml * Update mac_build.yml * Update mac_build_java.yml
This commit is contained in:
@@ -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: |
|
||||
|
||||
@@ -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: |
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user