From 50cf901c33dda055989f5141b0f8caaa8c2294a9 Mon Sep 17 00:00:00 2001 From: disservin Date: Sun, 24 May 2026 14:19:59 +0200 Subject: [PATCH] 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 --- .github/ci/macos_matrix.json | 36 ------------------------------------ 1 file changed, 36 deletions(-) diff --git a/.github/ci/macos_matrix.json b/.github/ci/macos_matrix.json index ba4453c11..b859bcb9d 100644 --- a/.github/ci/macos_matrix.json +++ b/.github/ci/macos_matrix.json @@ -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",