Skip to content

Commit c578328

Browse files
committed
260512.231143.CST [skip ci] test mingw 6.4
1 parent cf93fbe commit c578328

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/test_matlab_windows.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
os: [windows-2022, windows-latest]
2424
matlab: [R2023a, R2024a, latest] # The earliest and latest supported versions of MATLAB
2525
compiler: [intel, mingw]
26-
mingw: [8.1, 14.2]
26+
mingw: [8.1, 6.4]
2727
exclude:
2828
# As of 20260507 and MATLAB R2026a, MEX does not work on windows-latest with Intel
2929
# compilers due to the version of MS Visual Studio, which is Visual Studio 2026 on
@@ -41,7 +41,7 @@ jobs:
4141
- compiler: intel
4242
mingw: 8.1
4343
- compiler: intel
44-
mingw: 14.2
44+
mingw: 6.4
4545

4646
steps:
4747

@@ -126,7 +126,8 @@ jobs:
126126
with:
127127
command: |
128128
if strcmpi('${{ matrix.compiler }}', 'mingw')
129-
setenv('MW_MINGW64_LOC', 'C:\ProgramData\mingw64\mingw64');
129+
%setenv('MW_MINGW64_LOC', 'C:\ProgramData\mingw64\mingw64');
130+
setenv('MW_MINGW64_LOC', 'C:\ProgramData\chocolatey\lib\mingw\tools\install\mingw64')
130131
mex('-setup', '-v', 'fortran');
131132
end
132133
root_dir = pwd();

0 commit comments

Comments
 (0)