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