Skip to content

Commit beac786

Browse files
Update bat.yml (#136)
1 parent 9697dc2 commit beac786

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/bat.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
products: Symbolic_Math_Toolbox
3737
check-matlab: matlabVer = ver('matlab'); assert(~isempty(matlabVer));
3838
check-toolbox: symbolicVer = ver('symbolic'); assert(~isempty(symbolicVer));
39-
- os: ubuntu-20.04
39+
- os: ubuntu-22.04
4040
release: R2021bU2
4141
products: |
4242
MATLAB
@@ -97,4 +97,4 @@ jobs:
9797
uses: matlab-actions/run-command@v2
9898
with:
9999
command: matlabVer = ver('matlab'); assert(strcmp(matlabVer.Release,'(R2023b)'));
100-
100+

0 commit comments

Comments
 (0)