From 31e921f0d49bf61c4e3348eb13b2f858165c0611 Mon Sep 17 00:00:00 2001 From: Mast Date: Thu, 10 Oct 2024 14:21:21 -0700 Subject: [PATCH] Update matlab version for CI tests to 2023b (first with native Apple Silicon support) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 188001d..3d2cd60 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: - name: Set up MATLAB uses: matlab-actions/setup-matlab@v2.2.0 with: - release: R2021a + release: R2023b - name: Set up MEX uses: matlab-actions/run-command@v2 with: