From 85c63942a55711fec1e275558e0c18329b60d409 Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Wed, 22 Apr 2026 00:16:45 +0100 Subject: [PATCH] ci: skip swift package patch in macos node lane --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5b949df37c3..983ca5175e3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2046,6 +2046,9 @@ jobs: path: src/canvas-host/a2ui/ - name: Patch mlx-audio-swift manifest + # macOS node tests do not build the Swift package; keep SwiftPM resolution + # out of this lane so it stays focused on platform-specific TS tests. + if: ${{ false }} run: | set -euo pipefail swift package resolve --package-path apps/macos >/dev/null