From e24e62873ff56024c0ca75101b3668c785aaa640 Mon Sep 17 00:00:00 2001 From: Himadri Bhattacharjee <107522312+lavafroth@users.noreply.github.com> Date: Mon, 18 Aug 2025 09:36:43 +0530 Subject: [PATCH] ci: remove macos release currently resulting unusable builds --- .github/workflows/release.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b9a4f4a..6222e66 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,8 +14,6 @@ jobs: archive: zip - target: x86_64-unknown-linux-musl archive: tar.zst - - target: x86_64-apple-darwin - archive: zip steps: - uses: actions/checkout@master - name: Compile and release