mirror of
https://github.com/XRPLF/rippled.git
synced 2026-07-06 06:40:27 +00:00
17 lines
410 B
JSON
17 lines
410 B
JSON
{
|
|
"platform": "macos/arm64",
|
|
"runner": ["self-hosted", "macOS", "ARM64", "macos-26-apple-clang-21"],
|
|
"configs": [
|
|
{
|
|
"build_type": "Release",
|
|
"extra_cmake_args": "-DCMAKE_POLICY_VERSION_MINIMUM=3.5"
|
|
},
|
|
{
|
|
"build_type": "Debug",
|
|
"extra_cmake_args": "-DCMAKE_POLICY_VERSION_MINIMUM=3.5",
|
|
"build_only": true,
|
|
"exclude_event_types": ["pull_request"]
|
|
}
|
|
]
|
|
}
|