This is an automated email from the ASF dual-hosted git repository.
kevingurney pushed a commit to branch GH-41370
in repository https://gitbox.apache.org/repos/asf/arrow.git
The following commit(s) were added to refs/heads/GH-41370 by this push:
new 56901451cf Pin back MATLAB crossbow packaging task workflow to use
`macos-12` since MATLAB R2023a is not officially supported on `macos-14` (i.e.
`macos-latest`).
56901451cf is described below
commit 56901451cfb78d8354113694133640e2c2a0be12
Author: Kevin Gurney <[email protected]>
AuthorDate: Thu Apr 25 14:14:30 2024 -0400
Pin back MATLAB crossbow packaging task workflow to use `macos-12` since
MATLAB R2023a is not officially supported on `macos-14` (i.e. `macos-latest`).
---
dev/tasks/matlab/github.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev/tasks/matlab/github.yml b/dev/tasks/matlab/github.yml
index 1cd3949efb..13fa36b501 100644
--- a/dev/tasks/matlab/github.yml
+++ b/dev/tasks/matlab/github.yml
@@ -60,7 +60,7 @@ jobs:
macos:
name: AMD64 macOS 12 MATLAB
- runs-on: macos-latest
+ runs-on: macos-12
steps:
{{ macros.github_checkout_arrow()|indent }}
- name: Install ninja-build