From 5e08737cc13598a9f9481f5f228578ed1d71d706 Mon Sep 17 00:00:00 2001 From: Jack Chakany Date: Tue, 7 Jan 2025 10:53:12 -0500 Subject: [PATCH] remove macos target cross-compile because it's bullshit --- .github/workflows/build.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 421a042..be9ec94 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -39,10 +39,6 @@ jobs: include: - host: ubuntu-latest target: x86_64-pc-windows-gnu - - host: ubuntu-latest - target: x86_64-apple-darwin - - host: ubuntu-latest - target: aarch64-apple-darwin - host: macOS-latest target: x86_64-unknown-linux-gnu - host: macOS-latest