mirror of
https://github.com/rdkit/rdkit.git
synced 2026-06-03 21:44:30 +08:00
switch to target_platform=14 (#8445)
another attempt to robustify our build against CI vagaries
This commit is contained in:
@@ -53,7 +53,7 @@ jobs:
|
||||
compiler_version: 16
|
||||
boost_version: 1.84
|
||||
number_of_cores: sysctl -n hw.ncpu
|
||||
target_platform: 15.2
|
||||
target_platform: 14
|
||||
python: python=3.11
|
||||
steps:
|
||||
- template: .azure-pipelines/mac_build.yml
|
||||
@@ -66,7 +66,7 @@ jobs:
|
||||
compiler_version: 16
|
||||
boost_version: 1.84
|
||||
number_of_cores: sysctl -n hw.ncpu
|
||||
target_platform: 15.2
|
||||
target_platform: 14
|
||||
steps:
|
||||
- template: .azure-pipelines/mac_build_java.yml
|
||||
- job: Windows_VS2022_x64
|
||||
|
||||
Reference in New Issue
Block a user