Closed Remi-Gau closed 6 months ago
Hi @Remi-Gau , thanks for reporting this issue. macos-latest
now resolves to macos-14
, which are Apple silicon runners. The first release of MATLAB that natively supports Apple silicon Macs is R2023b. To test against earlier MATLAB releases you need to specify an Intel-based runner (macos-13
or below).
I have created an issue for us to consider installing the Intel-based version of MATLAB when requesting a release prior to R2023b on an Apple silicon runner.
ha cool thanks!!
probably worth adding a note in the README
I can PR that quickly if you want
Can also do that for : https://github.com/matlab-actions/run-command/issues/59
setup-matlab@v2.2.0
now automatically installs an Intel version of MATLAB when a release prior to R2023b is requested on an Apple silicon runner.
thanks
See workflow output here: https://github.com/Remi-Gau/matlab_set_up/actions/runs/8966423110
Other combinations I have tested seem fine for that action.
Tested with:
Raw log of failures