From d3f2118183279a5e6561a31f697ccb199124f84f Mon Sep 17 00:00:00 2001 From: Marc 'risson' Schmitt Date: Tue, 5 Nov 2024 22:09:41 +0100 Subject: [PATCH] wip Signed-off-by: Marc 'risson' Schmitt --- .github/workflows/ci-python.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-python.yml b/.github/workflows/ci-python.yml index 1fa6772..01835ae 100644 --- a/.github/workflows/ci-python.yml +++ b/.github/workflows/ci-python.yml @@ -162,10 +162,10 @@ jobs: && cibuildwheel --print-build-identifiers --platform macos --archs x86_64 \ | sed 's/.*/{"cibw-only": "&", "os": "macos-13" }/' \ && cibuildwheel --print-build-identifiers --platform macos --archs arm64 \ - | sed 's/.*/{"cibw-only": "&", "os": "macos-14" }/' \ + | sed 's/.*/{"cibw-only": "&", "os": "macos-14" }/' } | jq --slurp --compact-output '{"include": .}' )" - echo matrix="$MATRIX" >> $GITHUB_OUTPUT + echo matrix="$MATRIX" >> "$GITHUB_OUTPUT" build-wheels: needs: - build-wheels-matrix