Skip to content

Commit 5102ff2

Browse files
committed
Merge commit '0be87911471b027ec05829775d07920c2847d82c'
2 parents 56d112e + 0be8791 commit 5102ff2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
check-and-test:
2121
strategy:
2222
matrix:
23-
os: [ubuntu-latest, windows-latest]
23+
os: [ubuntu-latest, windows-latest, macos-latest]
2424
runs-on: ${{ matrix.os }}
2525
steps:
2626
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
@@ -48,4 +48,4 @@ jobs:
4848
sarif_file: code-issues/results.sarif
4949
# Optional category for the results
5050
# Used to differentiate multiple results for one commit
51-
category: matlab
51+
category: matlab

0 commit comments

Comments
 (0)