Skip to content

Commit ebfd44c

Browse files
author
Ray Zimmerman
committed
Disable (temporarily) inclusion of OSQP in CI on macOS runners.
1 parent be0fe1c commit ebfd44c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/continuous-integration.yml

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

2727
- name: Include IPOPT?
28-
if: matrix.platform == 'matlab' || matrix.os != 'ubuntu-16.04'
28+
if: startsWith(matrix.os, 'ubuntu')
2929
run: echo "INCLUDE_IPOPT=1" >> $GITHUB_ENV
3030

3131
- name: Include OSQP?

0 commit comments

Comments
 (0)