From e3138553972de1823313de74400d74afe3f50e86 Mon Sep 17 00:00:00 2001 From: Silvio Traversaro Date: Thu, 12 Oct 2023 09:24:59 +0200 Subject: [PATCH] Do not run MATLAB tests on matlab latest/2023b version (#1496) * Do not run MATLAB tests on matlab latest version Workaround for https://github.com/matlab-actions/run-command/issues/43 --- .github/workflows/matlab-one-line-install-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/matlab-one-line-install-test.yml b/.github/workflows/matlab-one-line-install-test.yml index 5a03e78ee..cbf1e29ba 100644 --- a/.github/workflows/matlab-one-line-install-test.yml +++ b/.github/workflows/matlab-one-line-install-test.yml @@ -24,7 +24,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-22.04, macos-latest, windows-latest] - matlab_version: [R2022a, R2022b, latest] + matlab_version: [R2022a, R2022b, R2023a] exclude: # R2020* is not supported on Windows on GitHub Actions - os: windows-latest