diff --git a/.hm/ci.py b/.hm/ci.py index ab2f5c1b..56629d69 100644 --- a/.hm/ci.py +++ b/.hm/ci.py @@ -66,7 +66,6 @@ def ts_project(shared_base: hm.Target[hm.Step]) -> tuple[hm.Step, ...]: @hm.pipeline( "ci", env={"CI": "true"}, - default_image="ubuntu:24.04", triggers=[ hm.push(branch="main"), hm.pr(branches="main"),