From 1b4bb84141f99df71cf2f1aa1dd920b32d5956f7 Mon Sep 17 00:00:00 2001 From: Silvio Traversaro Date: Mon, 16 Oct 2023 09:42:29 +0200 Subject: [PATCH] Do not use R2023b for MATLAB CI Workaround for https://github.com/matlab-actions/run-command/issues/43 Workaround for https://github.com/robotology/robotology-superbuild/issues/1492 --- .github/workflows/matlab.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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