From 9eda6e97746a87838da350322a87550d0fc8b4e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= <sebastien@dynare.org> Date: Thu, 20 Feb 2025 09:48:25 +0100 Subject: [PATCH] MATLAB Online now relies on Ubuntu 24.04 LTS [skip ci] (cherry picked from commit 51e9429fbd7cceaaa0bd759d1a1cd7ac9b0f9d3c) --- scripts/matlab-online/packageDynare.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/matlab-online/packageDynare.sh b/scripts/matlab-online/packageDynare.sh index 1ae921dd2f..314b7e0266 100755 --- a/scripts/matlab-online/packageDynare.sh +++ b/scripts/matlab-online/packageDynare.sh @@ -2,7 +2,7 @@ set -exo pipefail # Creates a dynare-X.Y.mltbx in the current repository, using the settings below. -# Needs to be run from Ubuntu 22.04 LTS, with the needed packages installed. +# Needs to be run from Ubuntu 24.04 LTS, with the needed packages installed. X13ASVER=1-1-b60 MATLABPATH=/opt/MATLAB/R2024b -- GitLab