Skip to content

Commit 5963037

Browse files
fix(ci): drop removed default_image kwarg from dogfood pipeline (#147)
1 parent 5eb3b30 commit 5963037

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.hm/ci.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ def ts_project(shared_base: hm.Target[hm.Step]) -> tuple[hm.Step, ...]:
6666
@hm.pipeline(
6767
"ci",
6868
env={"CI": "true"},
69-
default_image="ubuntu:24.04",
7069
triggers=[
7170
hm.push(branch="main"),
7271
hm.pr(branches="main"),

0 commit comments

Comments
 (0)