From 6e1bbbaedcfa7b01464509eaf464c0254072b7b9 Mon Sep 17 00:00:00 2001 From: marked Date: Wed, 12 Mar 2025 21:03:42 +0100 Subject: [PATCH] Bump workflow to ubuntu 24.04 --- .forgejo/workflows/syncandrelease.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/syncandrelease.yml b/.forgejo/workflows/syncandrelease.yml index 5915aad..945b23a 100644 --- a/.forgejo/workflows/syncandrelease.yml +++ b/.forgejo/workflows/syncandrelease.yml @@ -10,7 +10,7 @@ jobs: name: Sync runs-on: docker container: - image: ghcr.io/catthehacker/ubuntu:act-22.04 + image: ghcr.io/catthehacker/ubuntu:act-24.04 steps: - name: Checkout Repository uses: actions/checkout@v4