We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 56d112e + 0be8791 commit 5102ff2Copy full SHA for 5102ff2
1 file changed
.github/workflows/main.yml
@@ -20,7 +20,7 @@ jobs:
20
check-and-test:
21
strategy:
22
matrix:
23
- os: [ubuntu-latest, windows-latest]
+ os: [ubuntu-latest, windows-latest, macos-latest]
24
runs-on: ${{ matrix.os }}
25
steps:
26
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
@@ -48,4 +48,4 @@ jobs:
48
sarif_file: code-issues/results.sarif
49
# Optional category for the results
50
# Used to differentiate multiple results for one commit
51
- category: matlab
+ category: matlab
0 commit comments