From 54bf99f11662bc564de89fa863b644205abc9fcd Mon Sep 17 00:00:00 2001 From: Michael Moss Date: Thu, 16 Jul 2026 10:47:22 -0700 Subject: [PATCH] Remove Mac x86 from the build matrix. PiperOrigin-RevId: 949055238 Change-Id: Ibef3e13df065a184fc787c47df8641d35d2a25d2 --- .github/workflows/build_matrix.json | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/build_matrix.json b/.github/workflows/build_matrix.json index 8f7390c8..03f25a19 100644 --- a/.github/workflows/build_matrix.json +++ b/.github/workflows/build_matrix.json @@ -57,13 +57,6 @@ "tmpdir": "/tmp", "tier": "core" }, - { - "os": "macos-15-large", - "label": "macos-15-x86_64", - "cmake_args": "-G Ninja -DMUJOCO_HARDEN:BOOL=ON", - "tmpdir": "/tmp", - "tier": "core" - }, { "os": "windows-2025", "label": "windows-2025",