From 3d97fc743ca134dd9c9347f84c2ea9bc8891a466 Mon Sep 17 00:00:00 2001 From: ahuston-0 Date: Tue, 25 Mar 2025 23:37:36 -0400 Subject: [PATCH] update runner labels --- systems/palatine-hill/docker/act_config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/systems/palatine-hill/docker/act_config.yaml b/systems/palatine-hill/docker/act_config.yaml index 0c950a7..5e255af 100644 --- a/systems/palatine-hill/docker/act_config.yaml +++ b/systems/palatine-hill/docker/act_config.yaml @@ -36,9 +36,9 @@ runner: # If it's empty when registering, it will ask for inputting labels. # If it's empty when execute `daemon`, will use labels in `.runner` file. labels: - - "ubuntu-latest:docker://gitea/runner-images:ubuntu-latest" - - "ubuntu-22.04:docker://gitea/runner-images:ubuntu-22.04" - - "ubuntu-20.04:docker://gitea/runner-images:ubuntu-20.04" + - "ubuntu-latest:docker://gitea/runner-images:ubuntu-latest-full" + - "ubuntu-22.04:docker://gitea/runner-images:ubuntu-22.04-full" + - "ubuntu-20.04:docker://gitea/runner-images:ubuntu-20.04-full" #cache: # Enable cache server to use actions/cache. #enabled: true