Skip to content

Commit c7ea5b7

Browse files
committed
remove ubuntu from CI due to persistent errors
1 parent e475d67 commit c7ea5b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/git-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
# Set up the job strategy matrix to define the different job configurations.
1515
matrix:
1616
# List of platforms on which to run the tests.
17-
platform: [ubuntu-latest, windows-latest]
17+
platform: [windows-latest]
1818

1919
# List of MATLAB releases over which to run the tests.
2020
matlab-version: [R2023b, R2024a, R2024b]

0 commit comments

Comments
 (0)