* [CI] Set up CI for Mac M1 (#9699) * [CI] Improve CI for Mac M1 (#9748) * [CI] Build libxgboost4j.dylib with CMAKE_OSX_DEPLOYMENT_TARGET (#9749) * [CI] Upload libxgboost4j.dylib (M1) to S3 bucket (#9886)
9 lines
313 B
YAML
9 lines
313 B
YAML
steps:
|
|
- block: ":rocket: Run this test job"
|
|
if: build.pull_request.id != null || build.branch =~ /^dependabot\//
|
|
- label: ":macos: Build and Test XGBoost for MacOS M1 with Clang 11"
|
|
command: "tests/buildkite/test-macos-m1-clang11.sh"
|
|
key: mac-m1-appleclang11
|
|
agents:
|
|
queue: mac-mini-m1
|