From 765fd65f8d5426a56788b9c1020a32977a98fef1 Mon Sep 17 00:00:00 2001 From: wasabrot <28702988+wasabrot@users.noreply.github.com> Date: Mon, 4 Mar 2024 14:54:38 +0100 Subject: [PATCH] CI --- .github/workflows/build-matrix.yml | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build-matrix.yml b/.github/workflows/build-matrix.yml index 7d3c3d6..d83e333 100644 --- a/.github/workflows/build-matrix.yml +++ b/.github/workflows/build-matrix.yml @@ -8,11 +8,14 @@ jobs: runs-on: macos-latest permissions: contents: write - strategy: - fail-fast: false - matrix: - os: - - macos-latest # https://docs.github.com/en/actions/using-jobs/using-a-matrix-for-your-jobs + # strategy: + # fail-fast: false + # matrix: + # # os: + # # - macos-latest # https://docs.github.com/en/actions/using-jobs/using-a-matrix-for-your-jobs + # platform: + # - linux/arm64 + steps: - name: Prepare run: |