Skip to content

Commit

Permalink
Do not test on macos-latest for now
Browse files Browse the repository at this point in the history
  • Loading branch information
Lht97 committed May 5, 2024
1 parent bcad4a6 commit b0bdbe3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/parallel_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
fail-fast: false
matrix:
# Only the following combinations of OS and MATLAB support parfor
os: [ubuntu-latest, windows-latest, macos-latest, macos-13]
os: [ubuntu-latest, windows-latest, macos-13]
matlab: [R2023a, latest]
Algorithm: [cbds, pbds, rbds, ds, pads, scbds]

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/recursive_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-20.04, ubuntu-latest, windows-2019, windows-latest, macos-11, macos-latest, macos-13]
os: [ubuntu-20.04, ubuntu-latest, windows-2019, windows-latest, macos-11, macos-13]
matlab: [R2020b, R2021a, R2022a, R2023a, latest]
Algorithm: [cbds, pbds, rbds, ds, pads, scbds]

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/stress_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
os: [ubuntu-latest, windows-latest, macos-13]
matlab: [R2021a, R2022a, R2023a]#, latest]
with_optim_toolbox: [no]
solver: [CBDS, PBDS, RBDS, DS]
Expand Down

0 comments on commit b0bdbe3

Please sign in to comment.