From 18184fb29a910fbc0d7b98b9d4aab814fb4f2d85 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 15 Sep 2025 14:47:24 +0200 Subject: Build tests on Ubuntu 25.10 to test the new boost::process. --- cscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cscript b/cscript index 8a6f1d005..b6f3358bc 100644 --- a/cscript +++ b/cscript @@ -511,7 +511,7 @@ option_defaults = { "gui": True, "variant": None } def build_tests(target): # Currently we only build tests on macOS, Windows, and some Ubuntu versions return ( - (target.platform == 'linux' and target.distro == 'ubuntu' and target.version in ['18.04', '22.04', '24.04']) or + (target.platform == 'linux' and target.distro == 'ubuntu' and target.version in ['18.04', '22.04', '24.04', '25.10']) or (target.platform == 'osx') or (target.platform == 'windows') ) -- cgit v1.2.3