Skip to content

Commit fa23498

Browse files
fix(ci): Drop Ubuntu from MATLAB tests (for the time being)
1 parent f7196a3 commit fa23498

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/matlab.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ jobs:
2020
fail-fast: false
2121
matrix:
2222
# MATLAB requires an old version of Windows
23-
os: [ubuntu-latest, macos-latest]
23+
# Ubuntu dropped because of libcstd++ incompatibilities
24+
os: [macos-latest]
2425

2526
steps:
2627
- name: Check out repository

0 commit comments

Comments
 (0)