Skip to content

Commit f8f3a6c

Browse files
committed
ci: windows: more matlab versions
1 parent 14186e8 commit f8f3a6c

File tree

2 files changed

+5
-12
lines changed

2 files changed

+5
-12
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
strategy:
2727
fail-fast: false
2828
matrix:
29-
os: [ubuntu-22.04]
29+
os: [ubuntu-22.04, windows-2022]
3030
release: [R2022a, R2022b, R2023a, R2023b, R2024a, R2024b, R2025a]
3131
# on Linux, even R2025a needs GCC 10.x and hence Github Actions runner ubuntu-22.04
3232
include:
@@ -39,14 +39,7 @@ jobs:
3939
- os: macos-latest
4040
release: R2023b
4141
# macOS R2023b to be compatible with Xcode version on Github Actions runner
42-
- os: windows-latest
43-
release: R2025a
44-
- os: windows-latest
45-
release: R2024b
46-
- os: windows-latest
47-
release: R2024a
48-
- os: windows-latest
49-
release: R2023b
42+
5043

5144

5245
steps:

.github/workflows/composite-nomex/action.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ runs:
4444
if: ${{ matrix.release < 'R2023b' }}
4545
uses: matlab-actions/run-command@v2
4646
with:
47-
command: addpath("${{ github.workspace }}"), assertSuccess(runtests('test_nomex'))
48-
startup-options: -sd ./test -logfile ${{ matrix.release }}-${{ runner.os }}-test.log
49-
47+
command: test_nomex
48+
startup-options: -sd ${{ github.workspace }}/test -logfile ${{ matrix.release }}-${{ runner.os }}-test.log
49+
# test/test_nomex.m adds path internally
5050

5151
- name: upload logfile
5252
if: ${{ hashFiles(matrix.release-runner.os-test.log) != '' }}

0 commit comments

Comments
 (0)