matlab-actions / setup-matlab

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

Install Intel version of MATLAB on Apple silicon prior to R2023b #113

Closed mcafaro closed 5 months ago

mcafaro commented 5 months ago

This pull request adds functionality to install the Intel version of MATLAB on Apple silicon runners when a release prior to R2023b is specified.

Without this functionality, when a release prior to R2023b is specified on an Apple silicon runner, MATLAB will appear to install but fail during execution.

Fixes #112