Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/bat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,13 @@ jobs:
- os: macos-latest
release: latest
products: Symbolic_Math_Toolbox
check-matlab: matlabVer = ver('matlab'); assert(~isempty(matlabVer));
check-toolbox: symbolicVer = ver('symbolic'); assert(~isempty(symbolicVer));
check-matlab: pause(10); matlabVer = ver('matlab'); assert(~isempty(matlabVer));
check-toolbox: pause(10); symbolicVer = ver('symbolic'); assert(~isempty(symbolicVer));
Comment on lines +55 to +56
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we add g3258674 in a comment on these so future us knows why they're here?

- os: macos-14
release: latest
products: Symbolic_Math_Toolbox
check-matlab: matlabVer = ver('matlab'); assert(~isempty(matlabVer));
check-toolbox: symbolicVer = ver('symbolic'); assert(~isempty(symbolicVer));
check-matlab: pause(10); matlabVer = ver('matlab'); assert(~isempty(matlabVer));
check-toolbox: pause(10); symbolicVer = ver('symbolic'); assert(~isempty(symbolicVer));
- os: macos-14
release: R2023a
products: Symbolic_Math_Toolbox
Expand Down