diff --git a/Cargo.toml b/Cargo.toml index c00e4765..6e3531a9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -62,7 +62,7 @@ installers = ["shell", "homebrew"] # A GitHub repo to push Homebrew formulas to tap = "LucasPickering/homebrew-tap" # Target platforms to build apps for (Rust target-triple syntax) -targets = ["x86_64-unknown-linux-gnu", "aarch64-apple-darwin", "x86_64-apple-darwin", "x86_64-pc-windows-msvc"] +targets = ["x86_64-unknown-linux-gnu", "aarch64-apple-darwin", "x86_64-apple-darwin"] # Publish jobs to run in CI publish-jobs = ["homebrew"] # Publish jobs to run in CI