Skip to content

Commit

Permalink
Add support for building and testing MATLAB interface on macos-14
Browse files Browse the repository at this point in the history
  • Loading branch information
sgilmore10 committed May 8, 2024
1 parent f672027 commit 292e3cb
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/matlab.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,15 @@ jobs:
select-by-folder: matlab/test
strict: true
macos:
name: AMD64 macOS 12 MATLAB
name: ${{ matrix.architecture }} macOS ${{ matrix.macos-version }} MATLAB
runs-on: macos-12
if: ${{ !contains(github.event.pull_request.title, 'WIP') }}
strategy:
include:
- architecture: AMD64
macos-version: "12"
- architecture: ARM64
macos-version: "14"
steps:
- name: Check out repository
uses: actions/checkout@v4
Expand Down

0 comments on commit 292e3cb

Please sign in to comment.