From 848588736fd26b7325d5771b0f8bc13e725b4770 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 18 Jun 2024 10:10:30 +0200 Subject: Build tests on Ubuntu 24.04. --- cscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cscript') diff --git a/cscript b/cscript index 1e831ba47..d844f7985 100644 --- a/cscript +++ b/cscript @@ -556,7 +556,7 @@ def configure_options(target, options, for_package=False): opt = ' --warnings-are-errors' if for_package or not ( - (target.platform == 'linux' and target.distro == 'ubuntu' and target.version in ['18.04', '22.04']) or + (target.platform == 'linux' and target.distro == 'ubuntu' and target.version in ['18.04', '22.04', '24.04']) or (target.platform == 'osx') or (target.platform == 'windows') ): -- cgit v1.2.3