Describe the bug, including details regarding any error messages, version, and platform.
Due to a recent change to default to R2023b by default for the [matlab-actions/setup-matlab](https://github.com/matlab-actions/setup-matlab) action in GitHub Actions, the MATLAB CI workflows are failing.
Example failure logs:
https://github.com/apache/arrow/actions/runs/6250586979/job/16970596069?pr=37773#step:9:70
Our preferred solution to address this in the short term is to explicitly specify the release parameter to the setup-matlab action to be R2023a.
In the long term, we can work on figuring out why the build is failing on Windows with R2023b.
For reference - it appears that the FindMatlab CMake module only recently added R2023b to its list of recognized versions:
https://gitlab.kitware.com/cmake/cmake/-/merge_requests/8804
Component(s)
Continuous Integration, MATLAB