From 6758d1f0bf406bd26826fa3a17144bac27dd0abb Mon Sep 17 00:00:00 2001 From: John Ahlroos Date: Tue, 17 Feb 2026 14:30:45 +0100 Subject: [PATCH] Update build act container to Ubuntu 24.04 --- .gitea/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 666c59b..6451d2b 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -17,7 +17,7 @@ jobs: build-docker-image: runs-on: node20 container: - image: catthehacker/ubuntu:act-20.04 + image: catthehacker/ubuntu:act-24.04 steps: - name: Checkout Docker file uses: actions/checkout@v4