Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jdhameli committed Mar 5, 2024
1 parent 059f275 commit 353f8fd
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,16 @@ jobs:
fail-fast: false
matrix:
ml-version: [R2021b, R2023a]
vsc-version: [1.67.0, max]
os: [windows-latest, ubuntu-latest, macos-13]
vsc-version: [min, max]
os: [windows-latest, ubuntu-latest, macos-latest]
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: recursive

- name: Set up MATLAB
uses: matlab-actions/setup-matlab@v1.2.3
uses: matlab-actions/setup-matlab@v2
with:
release: ${{ matrix.ml-version }}
env:
Expand All @@ -37,7 +37,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v4
with:
node-version: 18.x
node-version: 18.15.x
cache: npm

- name: npm clean install
Expand Down

0 comments on commit 353f8fd

Please sign in to comment.