From cb80b041a63f5e46c9228bec4978ea69ed062df1 Mon Sep 17 00:00:00 2001 From: Jan Klattenhoff Date: Wed, 12 Feb 2025 11:16:48 +0100 Subject: [PATCH] ci: update CI workflow to use new container image --- .gitea/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 158e66a..6234d3a 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -7,6 +7,8 @@ jobs: test-build: name: test-build runs-on: remote + container: + image: catthehacker/ubuntu:act-latest steps: - uses: actions/checkout@v4 - uses: oven-sh/setup-bun@v2