matlab-actions / setup-matlab

Set up your GitHub Actions workflow with a specific version of MATLAB.
BSD 3-Clause "New" or "Revised" License
75 stars 9 forks source link

Consider installing MATLAB for Intel when running on an Apple silicon runner and requesting a release prior to R2023b #112

Closed mcafaro closed 4 months ago

mcafaro commented 4 months ago

R2023b is the first release of MATLAB that runs natively on Apple silicon Macs. If you attempt to run a prior release of MATLAB on an Apple silicon runner (macos-14, which is now macos-latest), MATLAB will appear to install but fail during execution.

A better experience may be possible by installing the Intel-based version of MATLAB on Apple silicon runners when a release prior to R2023b is requested. MATLAB would run using Rosetta 2 in this situation.