diff options
| author | Carl Hetherington <cth@carlh.net> | 2026-04-13 11:50:59 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2026-04-13 11:50:59 +0200 |
| commit | 984c72565c0394b566ed631f4ecbf07abd3870fd (patch) | |
| tree | 509f5e67f412d4e12af7bdf7113364a5c65bf31a /cscript | |
| parent | 77be00f9fef274694f71dd979e420b9167d8fa3d (diff) | |
Build tests on Ubuntu 26.04 instead of 25.10.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -529,7 +529,7 @@ option_defaults = { "gui": True, "variant": None } def build_tests(target): # Currently we only build tests on macOS, Windows, some Ubuntu versions and Arch return ( - (target.platform == 'linux' and target.distro == 'ubuntu' and target.version in ['18.04', '22.04', '24.04', '25.10']) or + (target.platform == 'linux' and target.distro == 'ubuntu' and target.version in ['18.04', '22.04', '24.04', '26.04']) or (target.platform == 'linux' and target.distro == 'arch') or (target.platform == 'osx') or (target.platform == 'windows') |
