Skip to content

Commit 864e55b

Browse files
Ray Zimmermanrdzman
authored andcommitted
Disable (temporarily) inclusion of OSQP in CI on macOS runners.
1 parent be0fe1c commit 864e55b

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,10 @@ jobs:
2525
uses: actions/checkout@v4
2626

2727
- name: Include IPOPT?
28-
if: matrix.platform == 'matlab' || matrix.os != 'ubuntu-16.04'
2928
run: echo "INCLUDE_IPOPT=1" >> $GITHUB_ENV
3029

3130
- name: Include OSQP?
32-
if: matrix.platform == 'matlab' || (matrix.os != 'ubuntu-16.04' && matrix.os != 'ubuntu-18.04')
31+
if: startsWith(matrix.os, 'ubuntu')
3332
run: echo "INCLUDE_OSQP=1" >> $GITHUB_ENV
3433

3534
- name: Cache IPOPT Libs (macOS)

0 commit comments

Comments
 (0)