diff --git a/tests/integration/lifecycle/test_chisel_lifecycle.py b/tests/integration/lifecycle/test_chisel_lifecycle.py index abfc30b0..400371eb 100644 --- a/tests/integration/lifecycle/test_chisel_lifecycle.py +++ b/tests/integration/lifecycle/test_chisel_lifecycle.py @@ -29,7 +29,7 @@ IS_CI: bool = os.getenv("CI") == "true" # These are the Ubuntu versions that Chisel currently supports. -SUPPORTED_UBUNTU_VERSIONS = {"20.04", "22.04", "22.10"} +SUPPORTED_UBUNTU_VERSIONS = {"20.04", "22.04", "22.10", "24.04"} def _current_release_supported() -> bool: