mirror of
https://github.com/official-stockfish/Stockfish.git
synced 2026-07-22 12:47:08 +00:00
drop old macos binaries
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
This commit is contained in:
committed by
Joost VandeVondele
parent
1ab9a11afe
commit
50cf901c33
@@ -1,41 +1,5 @@
|
||||
{
|
||||
"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"
|
||||
},
|
||||
{
|
||||
"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-sse41-popcnt"
|
||||
},
|
||||
{
|
||||
"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-avx2"
|
||||
},
|
||||
{
|
||||
"config": {
|
||||
"name": "macOS 15 Apple Clang",
|
||||
|
||||
Reference in New Issue
Block a user