apache / arrow

Apache Arrow is the universal columnar format and multi-language toolbox for fast data interchange and in-memory analytics
https://arrow.apache.org/
Apache License 2.0
14.64k stars 3.56k forks source link

[MATLAB][PACKAGING] Update the crossbow MATLAB workflow to use `macOS 13` instead of `macOS 12` #44705

Open sgilmore10 opened 1 week ago

sgilmore10 commented 1 week ago

Describe the enhancement requested

GitHub actions has started the deprecation process for macOS 12, which will be completed by December 3rd, 2024 according to this issue. The MATLAB CI workflow has already been updated to use macOS 13 instead of macOS 12 (thanks @kou for making this change!), but the crossbow MATLAB workflow still uses macOS 12. We need to update this workflow to use macOS 13.

Component(s)

MATLAB, Packaging