From 5284ae2d3e287cafd246c5b3c43b58fd95c89fd9 Mon Sep 17 00:00:00 2001 From: Pieter Pas Date: Fri, 15 Nov 2024 13:20:28 +0100 Subject: [PATCH] [CI] build for older Matlab release on macOS --- .github/workflows/matlab.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/matlab.yml b/.github/workflows/matlab.yml index ec116a9d..f48e5c6f 100644 --- a/.github/workflows/matlab.yml +++ b/.github/workflows/matlab.yml @@ -76,8 +76,10 @@ jobs: include: - macos-version: '14' arch: 'maca64' + matlab-release: 'R2023b' - macos-version: '13' arch: 'maci64' + matlab-release: 'R2021a' steps: - uses: actions/checkout@v4 with: @@ -85,7 +87,7 @@ jobs: - 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 \