switch to target_platform=14 (#8445)

another attempt to robustify our build against CI vagaries
This commit is contained in:
Greg Landrum
2025-04-16 09:45:24 +02:00
committed by GitHub
parent 86141183c1
commit 0e592ab981

View File

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