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