Skip to content

Commit

Permalink
[CI] build for older Matlab release on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
tttapa committed Nov 15, 2024
1 parent 936a710 commit 5284ae2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/matlab.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,16 +76,18 @@ jobs:
include:
- macos-version: '14'
arch: 'maca64'
matlab-release: 'R2023b'
- macos-version: '13'
arch: 'maci64'
matlab-release: 'R2021a'
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
- name: Set up MATLAB
uses: matlab-actions/setup-matlab@64144ac4bb7c754f9ef7642f693671c873701c60
with:
release: latest
release: ${{ matrix.matlab-release }}
- name: Configure
run: |
cmake -B build -S QPALM \
Expand Down

0 comments on commit 5284ae2

Please sign in to comment.