Skip to content

Commit

Permalink
Pin back MATLAB crossbow packaging workflow to use macos-12 since M…
Browse files Browse the repository at this point in the history
…ATLAB R2023a is not officially supported on `macos-14` (i.e. `macos-latest`).
  • Loading branch information
kevingurney committed Apr 25, 2024
1 parent dd7492b commit cf47c75
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 @@ -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
Expand Down

0 comments on commit cf47c75

Please sign in to comment.