From fecf955d12f9074c83949911f1909bce38079b24 Mon Sep 17 00:00:00 2001 From: Jacques Rimbault Date: Wed, 31 Jul 2024 12:40:19 +0200 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b714f91..d5cf61c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -28,7 +28,7 @@ jobs: target: - x86_64-unknown-linux-gnu - x86_64-unknown-linux-musl - - x86_64-apple-darwin + # - x86_64-apple-darwin - x86_64-pc-windows-msvc include: - target: x86_64-unknown-linux-gnu @@ -37,9 +37,9 @@ jobs: - target: x86_64-unknown-linux-musl os: ubuntu-latest name: yadf-x86_64-unknown-linux-musl.tar.gz - - target: x86_64-apple-darwin - os: macOS-latest - name: yadf-x86_64-apple-darwin.tar.gz + # - target: x86_64-apple-darwin + # os: macOS-latest + # name: yadf-x86_64-apple-darwin.tar.gz - target: x86_64-pc-windows-msvc os: windows-latest name: yadf-x86_64-pc-windows-msvc.zip