We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9697dc2 commit beac786Copy full SHA for beac786
.github/workflows/bat.yml
@@ -36,7 +36,7 @@ jobs:
36
products: Symbolic_Math_Toolbox
37
check-matlab: matlabVer = ver('matlab'); assert(~isempty(matlabVer));
38
check-toolbox: symbolicVer = ver('symbolic'); assert(~isempty(symbolicVer));
39
- - os: ubuntu-20.04
+ - os: ubuntu-22.04
40
release: R2021bU2
41
products: |
42
MATLAB
@@ -97,4 +97,4 @@ jobs:
97
uses: matlab-actions/run-command@v2
98
with:
99
command: matlabVer = ver('matlab'); assert(strcmp(matlabVer.Release,'(R2023b)'));
100
-
+
0 commit comments