diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b2a8b71..66f6090 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -20,7 +20,7 @@ jobs: check-and-test: strategy: matrix: - os: [ubuntu-latest, windows-latest] + os: [ubuntu-latest, windows-latest, macos-latest] runs-on: ${{ matrix.os }} steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it @@ -48,4 +48,4 @@ jobs: sarif_file: code-issues/results.sarif # Optional category for the results # Used to differentiate multiple results for one commit - category: matlab \ No newline at end of file + category: matlab