From 39ed8f9f0e8f61f7ec149f786a4a45b51abe1a8b Mon Sep 17 00:00:00 2001 From: Ian McInerney Date: Wed, 4 Oct 2023 16:55:41 +0100 Subject: [PATCH] Pin MATLAB version to R2023a There is a bug in R2023b and the shared GitHub actions runners that causes a licensing issue on Windows runners, preventing the test suite from running. For now, pin the MATLAB version to the last working version until the action is updated. --- .github/workflows/main.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c2f99c5..128f361 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -25,6 +25,9 @@ jobs: - name: Install MATLAB uses: matlab-actions/setup-matlab@v1 + with: + # Use R2023a due to a licensing bug with R2023b and the GitHub actions shared runners + release: R2023a - name: Build OSQP interface uses: matlab-actions/run-command@v1