Skip to content

Commit

Permalink
Merge pull request #77 from cpp-lln-lab/macos_test
Browse files Browse the repository at this point in the history
[MAINT] test on macOS separately
  • Loading branch information
Remi-Gau committed May 8, 2024
2 parents 8d2f302 + 344ad73 commit 50a58b9
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:
- os: macos-latest
version: R2023b
fail-fast: false # Don't cancel all jobs if one fails

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

0 comments on commit 50a58b9

Please sign in to comment.