fix: switched gitea-runners to use full ubuntu instances

This commit is contained in:
Ceferino Patino 2025-11-15 19:38:27 -06:00
commit 47f0a520a4
Signed by: c4patino
SSH key fingerprint: SHA256:Wu+cU1t+7zVT9wzew/4meNmeulo66NzMqc22MdDBgXI

View file

@ -39,9 +39,9 @@ in {
type = listOf str;
default = [
"nixos-latest:docker://nixos/nix:latest"
"ubuntu-latest:docker://ghcr.io/catthehacker/ubuntu:act-latest"
"ubuntu-24.04:docker://ghcr.io/catthehacker/ubuntu:act-24.04"
"ubuntu-22.04:docker://ghcr.io/catthehacker/ubuntu:act-22.04"
"ubuntu-latest:docker://ghcr.io/catthehacker/ubuntu:full-latest"
"ubuntu-24.04:docker://ghcr.io/catthehacker/ubuntu:full-24.04"
"ubuntu-22.04:docker://ghcr.io/catthehacker/ubuntu:full-22.04"
];
description = "Set of labels to apply to the runner instance.";
};