From dd7492b53fc8d85fdf6b749186c61e0fc3ca75d7 Mon Sep 17 00:00:00 2001 From: Kevin Gurney Date: Thu, 25 Apr 2024 14:19:22 -0400 Subject: [PATCH 1/2] 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 dfc734e0433..aa3692e5879 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 From cf47c7516305183ae8d78db1debf8c04685771f2 Mon Sep 17 00:00:00 2001 From: Kevin Gurney Date: Thu, 25 Apr 2024 14:20:08 -0400 Subject: [PATCH 2/2] Pin back MATLAB crossbow packaging 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 1cd3949efbc..13fa36b5011 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