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

commit 3d2cbbdce49078efaf244cdfb92e5ed46b4b117c
Author: Kevin Gurney <[email protected]>
AuthorDate: Thu Apr 25 14:12:41 2024 -0400

    Pin back MATLAB CI workflow to use `macos-12` since MATLAB R2023a is not 
officially supported on `macos-14` (i.e. `macos-latest`).
---
 .github/workflows/matlab.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/matlab.yml b/.github/workflows/matlab.yml
index dfc734e043..aa3692e587 100644
--- a/.github/workflows/matlab.yml
+++ b/.github/workflows/matlab.yml
@@ -98,7 +98,7 @@ jobs:
           select-by-folder: matlab/test
   macos:
     name: AMD64 macOS 12 MATLAB
-    runs-on: macos-latest
+    runs-on: macos-12
     if: ${{ !contains(github.event.pull_request.title, 'WIP') }}
     steps:
       - name: Check out repository

Reply via email to