From 76e67e38b3ec5932b3a3ccf68bf15f576c9fd6c3 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 --- .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 dd335080f8..104c437955 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 1f4def24a7..27efd5f688 160000 --- a/matlab/dseries +++ b/matlab/dseries @@ -1 +1 @@ -Subproject commit 1f4def24a7993d292eff2e911068892cd2119e03 +Subproject commit 27efd5f688f062a791d8021b70a2fc788a6d7f46 -- GitLab