mirror of
https://github.com/official-stockfish/Stockfish.git
synced 2026-07-23 21:27:14 +00:00
It is unlikely that people really depend on these binaries, as the before bmi2 macos systems are rather old. closes https://github.com/official-stockfish/Stockfish/pull/6836 No functional change
28 lines
595 B
JSON
28 lines
595 B
JSON
{
|
|
"include": [
|
|
{
|
|
"config": {
|
|
"name": "macOS 15 Apple Clang",
|
|
"os": "macos-15-intel",
|
|
"simple_name": "macos",
|
|
"compiler": "clang++",
|
|
"comp": "clang",
|
|
"shell": "bash",
|
|
"archive_ext": "tar"
|
|
},
|
|
"binaries": "x86-64-bmi2"
|
|
},
|
|
{
|
|
"config": {
|
|
"name": "macOS 15 Apple Clang M1",
|
|
"os": "macos-15",
|
|
"simple_name": "macos-m1",
|
|
"compiler": "clang++",
|
|
"comp": "clang",
|
|
"shell": "bash",
|
|
"archive_ext": "tar"
|
|
},
|
|
"binaries": "apple-silicon"
|
|
}
|
|
]
|
|
} |