From 72ec0f3c4305920e36af1cc3e18a412cdfe58c4f Mon Sep 17 00:00:00 2001 From: "5684185+vsariola@users.noreply.github.com" <5684185+vsariola@users.noreply.github.com> Date: Sun, 28 Dec 2025 18:22:31 +0200 Subject: [PATCH] remove mac build for now --- .github/workflows/binaries.yml | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/.github/workflows/binaries.yml b/.github/workflows/binaries.yml index c5f4bd9..5931f01 100644 --- a/.github/workflows/binaries.yml +++ b/.github/workflows/binaries.yml @@ -71,17 +71,18 @@ jobs: asmnasm: /Users/runner/nasm/nasm output: sointu-compile params: cmd/sointu-compile/main.go - - os: macos-latest - asmnasm: /Users/runner/nasm/nasm - output: sointu-track - params: -tags=native cmd/sointu-track/main.go - - os: macos-latest - asmnasm: /Users/runner/nasm/nasm - output: sointu-vsti.a - bundleoutput: sointu-vsti - MACOSX_DEPLOYMENT_TARGET: 11 - params: -buildmode=c-archive -tags="plugin,native" ./cmd/sointu-vsti/ - bundle: true + #- os: macos-latest + # asmnasm: /Users/runner/nasm/nasm + # + # output: sointu-track + # params: -tags=native cmd/sointu-track/main.go + #- os: macos-latest + # asmnasm: /Users/runner/nasm/nasm + # output: sointu-vsti.a + # bundleoutput: sointu-vsti + # MACOSX_DEPLOYMENT_TARGET: 11 + # params: -buildmode=c-archive -tags="plugin,native" ./cmd/sointu-vsti/ + # bundle: true steps: - uses: benjlevesque/short-sha@v3.0 id: short-sha