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:
disservin
2026-05-24 14:19:59 +02:00
committed by Joost VandeVondele
parent 1ab9a11afe
commit 50cf901c33
-36
View File
@@ -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",