set ubuntu-latest to mean 24.04 instead of ancient 22.04

This commit is contained in:
Vinzenz Schroeter 2025-02-13 19:03:52 +01:00
parent f8b1e0ca3b
commit 3acaf5d98a

View file

@ -17,7 +17,8 @@
# tokenFile should be in format TOKEN=<secret>, since it's EnvironmentFile for systemd
tokenFile = "/etc/forgejo-runner/registration_token";
labels = [
"ubuntu-latest:docker://ghcr.io/catthehacker/ubuntu:rust-latest"
"ubuntu-latest:docker://ghcr.io/catthehacker/ubuntu:rust-24.04"
"ubuntu-24.04:docker://ghcr.io/catthehacker/ubuntu:rust-24.04"
];
settings = {
container.network = "bridge";