We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5eb3b30 commit 5963037Copy full SHA for 5963037
1 file changed
.hm/ci.py
@@ -66,7 +66,6 @@ def ts_project(shared_base: hm.Target[hm.Step]) -> tuple[hm.Step, ...]:
66
@hm.pipeline(
67
"ci",
68
env={"CI": "true"},
69
- default_image="ubuntu:24.04",
70
triggers=[
71
hm.push(branch="main"),
72
hm.pr(branches="main"),
0 commit comments