From 2e0951d198d4348e45efb67b19b6f3d7b4cda405 Mon Sep 17 00:00:00 2001 From: James H Ball Date: Sun, 5 Jan 2025 16:22:43 +0000 Subject: [PATCH] Properly create matrix --- .github/workflows/build.yaml | 29 +++++++++++++++++++++-------- 1 file changed, 21 insertions(+), 8 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index ce6aac6..005eb16 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -11,13 +11,14 @@ jobs: runs-on: ubuntu-24.04 strategy: matrix: - project: [osci-render, sosci] include: - - version: premium - project: [osci-render, sosci] - - version: free - project: [osci-render] - steps: + - project: osci-render + version: free + - project: osci-render + version: premium + - project: sosci + version: premium + steps: - name: Fix up git URLs run: echo -e '[url "https://github.com/"]\n insteadOf = "git@github.com:"' >> ~/.gitconfig shell: bash @@ -46,7 +47,13 @@ jobs: runs-on: macos-latest strategy: matrix: - project: [osci-render, sosci] + include: + - project: osci-render + version: free + - project: osci-render + version: premium + - project: sosci + version: premium steps: - name: Fix up git URLs run: echo -e '[url "https://github.com/"]\n insteadOf = "git@github.com:"' >> ~/.gitconfig @@ -131,7 +138,13 @@ jobs: runs-on: windows-latest strategy: matrix: - project: [osci-render, sosci] + include: + - project: osci-render + version: free + - project: osci-render + version: premium + - project: sosci + version: premium steps: - name: Fix up git URLs run: echo -e '[url "https://github.com/"]\n insteadOf = "git@github.com:"' >> ~/.gitconfig