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