From cc4f3e0bd833e3b4e46220814e63b208d182af0a Mon Sep 17 00:00:00 2001 From: hgrsd Date: Tue, 30 Apr 2024 21:32:47 +0100 Subject: [PATCH] update release ci --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e61d2b3..7baa232 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -37,6 +37,6 @@ ci = ["github"] # The installers to generate for each app installers = [] # Target platforms to build apps for (Rust target-triple syntax) -targets = ["aarch64-apple-darwin", "x86_64-apple-darwin", "x86_64-unknown-linux-gnu", "x86_64-pc-windows-msvc"] +targets = ["aarch64-apple-darwin", "x86_64-apple-darwin", "x86_64-unknown-linux-gnu"] # Publish jobs to run in CI pr-run-mode = "plan"