Skip to content

Commit

Permalink
Pin MATLAB version to R2023a
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
imciner2 authored Oct 4, 2023
1 parent cc1dbb8 commit 39ed8f9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 39ed8f9

Please sign in to comment.