From 7f44e6ee49dcc6c3a7e3fcab89bfeb49bdec3962 Mon Sep 17 00:00:00 2001 From: ngutech21 Date: Fri, 19 Jan 2024 16:04:20 +0100 Subject: [PATCH] fix: remove aarch64-apple from dist-task --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 59ddcdc3..66f45efd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -42,7 +42,7 @@ ci = ["github"] # The installers to generate for each app installers = [] # Target platforms to build apps for (Rust target-triple syntax) -targets = ["x86_64-unknown-linux-gnu", "aarch64-apple-darwin", "x86_64-apple-darwin"] +targets = ["x86_64-unknown-linux-gnu", "x86_64-apple-darwin"] # Publish jobs to run in CI pr-run-mode = "plan"