From e81e5b6e25cd2d06c8a1289a2b613abcee37ce46 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= <sebastien@dynare.org> Date: Thu, 12 Sep 2024 14:49:28 +0200 Subject: [PATCH] CI: bump to MATLAB R2024b (manually cherry picked from commit 76e67e38b3ec5932b3a3ccf68bf15f576c9fd6c3) --- .gitlab-ci.yml | 2 +- matlab/dseries | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1e874dc7af..8105d45dd3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,7 +1,7 @@ variables: GIT_SUBMODULE_STRATEGY: recursive TERM: linux - MATLAB_VERSION: R2024a + MATLAB_VERSION: R2024b OLD_MATLAB_VERSION: R2018b # To ensure that "false && true" fails, see https://gitlab.com/gitlab-org/gitlab-runner/-/issues/25394#note_412609647 FF_ENABLE_BASH_EXIT_CODE_CHECK: 'true' diff --git a/matlab/dseries b/matlab/dseries index 29295b7ca1..d3433fa82d 160000 --- a/matlab/dseries +++ b/matlab/dseries @@ -1 +1 @@ -Subproject commit 29295b7ca114234c3982519fbf70c23141feabc0 +Subproject commit d3433fa82d41f31e7ef1bbf9a79ebb48dfb92679 -- GitLab