Skip to content

Commit

Permalink
Fixing github action matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
pariterre committed Aug 12, 2024
1 parent 36bc382 commit 68aaadb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/run_matlab_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ jobs:
build:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
version: [R2021b, R2022a, R2022b, R2023a, R2023b, R2024a]
include:
- os: ubuntu-latest
label: linux-64
Expand All @@ -20,7 +22,6 @@ jobs:
- os: windows-latest
label: win-64
prefix: C:\Miniconda3\envs\ezc3d
- version: [R2021b, R2022a, R2022b, R2023a, R2023b, R2024a]
name: ${{ matrix.label }}
runs-on: ${{ matrix.os }}
defaults:
Expand Down

0 comments on commit 68aaadb

Please sign in to comment.