Skip to content

Commit 04f1720

Browse files
authored
Update ci.yml
1 parent 6fa6ca3 commit 04f1720

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ jobs:
2020
fail-fast: false
2121
matrix:
2222
MATLABVersion: [R2024a,R2024b]
23-
runs-on: ubuntu-latest
23+
os: [ubuntu-latest, windows-latest]
24+
runs-on: ${{ matrix.os }}
2425
steps:
2526
# Checks-out your repository
2627
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)