From 51e9429fbd7cceaaa0bd759d1a1cd7ac9b0f9d3c 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]
---
 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 71eeb31f3c..9e9bc1e78b 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-b61
 MATLABPATH=/opt/MATLAB/R2024b
-- 
GitLab