summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2024-06-18 10:10:30 +0200
committerCarl Hetherington <cth@carlh.net>2024-06-18 19:58:57 +0200
commit848588736fd26b7325d5771b0f8bc13e725b4770 (patch)
tree601938abbcf324a99576ffecc0d7edc8b3e1dac2
parenta3b17b67e77b82f79469de1e94076b6087da39a5 (diff)
Build tests on Ubuntu 24.04.
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
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')
):