From a91cd3aef2e06b87ea82e9db949682fa732ea6a2 Mon Sep 17 00:00:00 2001 From: Richard Brooksby Date: Wed, 11 Jan 2023 13:08:31 +0000 Subject: [PATCH] Extending job to run on macos using a build matrix. --- mps/.github/workflows/c-cpp.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/mps/.github/workflows/c-cpp.yml b/mps/.github/workflows/c-cpp.yml index f67a837cfb9..b716fc74d51 100644 --- a/mps/.github/workflows/c-cpp.yml +++ b/mps/.github/workflows/c-cpp.yml @@ -12,8 +12,10 @@ on: jobs: build: - - runs-on: ubuntu-latest + # See . + strategy: + matrix: + os: [ubuntu-latest, macos-latest] steps: - uses: actions/checkout@v3