From ea833d4fbfae044ad8845e31f8ba87865b25aa99 Mon Sep 17 00:00:00 2001 From: beeb <703631+beeb@users.noreply.github.com> Date: Sun, 2 Nov 2025 17:50:12 +0100 Subject: [PATCH] chore: remove build for mac intel --- dist-workspace.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/dist-workspace.toml b/dist-workspace.toml index 8cc2164..ebfa27d 100644 --- a/dist-workspace.toml +++ b/dist-workspace.toml @@ -13,7 +13,6 @@ installers = ["shell", "powershell"] targets = [ "aarch64-apple-darwin", "aarch64-unknown-linux-gnu", - "x86_64-apple-darwin", "x86_64-unknown-linux-musl", "x86_64-pc-windows-msvc", ]