Skip to content

Commit

Permalink
test on macOS separately
Browse files Browse the repository at this point in the history
  • Loading branch information
Remi-Gau committed May 8, 2024
1 parent 865437b commit a6ade89
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/run_tests_matlab.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,11 @@ jobs:

strategy:
matrix:
version: [R2021a, R2022a, R2023a]
os: [ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-latest, windows-latest]
version: [R2021a, R2023b]
include:
- version: macos-latest
os: R2023b
fail-fast: false # Don't cancel all jobs if one fails

runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit a6ade89

Please sign in to comment.