From 0c2f3f1721a93ccd998acad4da8fe99f57de4bb2 Mon Sep 17 00:00:00 2001 From: Odonno Date: Sat, 20 Apr 2024 15:47:22 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20disable=20macos=20release?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d436370..a7e78e2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,8 +16,8 @@ jobs: archive: zip - target: x86_64-unknown-linux-musl archive: tar.gz tar.xz tar.zst - - target: x86_64-apple-darwin - archive: zip + # - target: x86_64-apple-darwin + # archive: zip - target: wasm32-wasi archive: zip