diff --git a/.github/workflows/matlab.yml b/.github/workflows/matlab.yml index 7108cd4fc4..68e4bc8830 100644 --- a/.github/workflows/matlab.yml +++ b/.github/workflows/matlab.yml @@ -20,7 +20,7 @@ jobs: matrix: build_type: [Release] os: [ubuntu-20.04, windows-2019, macos-latest] - matlab_version: [R2022a, R2022b, latest] + matlab_version: [R2022a, R2022b, R2023a] steps: - uses: actions/checkout@v2