File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
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();
You can’t perform that action at this time.
0 commit comments