Skip to content

Commit d25b0d1

Browse files
committed
250730.235453.PDT correct matlab version in test_matlab*.yml
1 parent ecef662 commit d25b0d1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test_matlab_linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
fail-fast: false
2222
matrix:
2323
os: [ubuntu-latest]
24-
matlab: [R2020a, latest] # The earliest and latest supported versions of MATLAB
24+
matlab: [R2020b, latest] # The earliest and latest supported versions of MATLAB
2525

2626
steps:
2727

.github/workflows/test_matlab_mac_intel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
fail-fast: false
2222
matrix:
2323
os: [macos-13]
24-
matlab: [R2020a, latest] # The earliest and latest supported versions of MATLAB
24+
matlab: [R2020b, latest] # The earliest and latest supported versions of MATLAB
2525

2626
steps:
2727

0 commit comments

Comments
 (0)