From dd69370e0120598bdfc23858402667b8364db9d0 Mon Sep 17 00:00:00 2001 From: adilallo <39313955+adilallo@users.noreply.github.com> Date: Fri, 29 Aug 2025 17:43:44 -0600 Subject: [PATCH] Clean up runner config: Remove problematic container settings --- config.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/config.yaml b/config.yaml index 457d705..6b46817 100644 --- a/config.yaml +++ b/config.yaml @@ -11,8 +11,6 @@ runner: labels: - "ubuntu-latest:host" - "self-hosted:host" - # Use host environment instead of containers - container_mode: "host" cache: enabled: true @@ -29,8 +27,6 @@ container: valid_volumes: [] docker_host: "" force_pull: false - # Use host environment for better compatibility - host_network: true host: workdir_parent: ""