We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36b18ec commit e469a4fCopy full SHA for e469a4f
.github/workflows/git-ci.yml
@@ -14,7 +14,7 @@ jobs:
14
# Set up the job strategy matrix to define the different job configurations.
15
matrix:
16
# List of platforms on which to run the tests.
17
- platform: [ubuntu-latest, windows-latest]
+ platform: [ubuntu-latest, windows-latest, macos-latest]
18
19
# List of MATLAB releases over which to run the tests.
20
matlab-version: [R2023b, R2024a, R2024b, latest]
0 commit comments