diff --git a/.azure-pipelines/azure-pipelines-osx.yml b/.azure-pipelines/azure-pipelines-osx.yml index 0dd6c438d4..66d42e66d2 100755 --- a/.azure-pipelines/azure-pipelines-osx.yml +++ b/.azure-pipelines/azure-pipelines-osx.yml @@ -12,6 +12,10 @@ jobs: CONFIG: osx_64_ UPLOAD_PACKAGES: 'False' SHORT_CONFIG: osx_64_ + osx_arm64_: + CONFIG: osx_arm64_ + UPLOAD_PACKAGES: 'False' + SHORT_CONFIG: osx_arm64_ timeoutInMinutes: 360 steps: diff --git a/.ci_support/osx_arm64_.yaml b/.ci_support/osx_arm64_.yaml new file mode 100644 index 0000000000..7127b9d766 --- /dev/null +++ b/.ci_support/osx_arm64_.yaml @@ -0,0 +1,45 @@ +MACOSX_DEPLOYMENT_TARGET: +- '11.1' +boost: +- 1.78.0 +boost_cpp: +- 1.78.0 +c_compiler: +- clang +c_compiler_version: +- '14' +channel_sources: +- conda-forge +channel_targets: +- conda-forge main +cxx_compiler: +- clangxx +cxx_compiler_version: +- '14' +hdf5: +- 1.12.2 +macos_machine: +- arm64-apple-darwin20.0.0 +numpy: +- '1.21' +pin_run_as_build: + boost: + max_pin: x.x.x + boost-cpp: + max_pin: x.x.x + python: + min_pin: x.x + max_pin: x.x +python: +- 3.10.* *_cpython +sqlite: +- '3' +target_platform: +- osx-arm64 +zip_keys: +- - c_compiler_version + - cxx_compiler_version +- - python + - numpy +zlib: +- '1.2'