Skip to content

Commit

Permalink
apacheGH-44705: [MATLAB][PACKAGING] Update the crossbow MATLAB workfl…
Browse files Browse the repository at this point in the history
…ow to use `macOS 13` instead of `macOS 12` (apache#44858)

### Rationale for this change

GitHub actions has started the deprecation process for `macOS 12`, which will be completed by December 3rd, 2024 according to [this issue](actions/runner-images#10721). 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`.

### What changes are included in this PR?

1. Updated the MATLAB Crossbow GitHub workflow to use `macOS 13` instead of `macOS 12`. 

### Are these changes tested?

1. Yes. Ran a crossbow job: https://github.com/ursacomputing/crossbow/actions/runs/12033796012/job/33548796169.

### Are there any user-facing changes?

No. 

* GitHub Issue: apache#44705

Authored-by: Sarah Gilmore <[email protected]>
Signed-off-by: Sarah Gilmore <[email protected]>
  • Loading branch information
sgilmore10 authored Nov 26, 2024
1 parent d5cda4a commit b6a844a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/tasks/matlab/github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
strategy:
matrix:
platform:
- { architecture: "AMD64", macos-version: "12", architecture-suffix: "x64"}
- { architecture: "AMD64", macos-version: "13", architecture-suffix: "x64"}
- { architecture: "ARM64", macos-version: "14", architecture-suffix: "arm64"}
steps:
{{ macros.github_checkout_arrow()|indent }}
Expand Down

0 comments on commit b6a844a

Please sign in to comment.