From 55ebe2569fcf039a1863050c9f09730ebcbe1102 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Fri, 7 Apr 2023 11:47:03 +0100 Subject: [PATCH] Drop explicit container --- .gitea/workflows/ci.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 6fe10ea..d402659 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -5,7 +5,6 @@ on: jobs: build: runs-on: ubuntu-latest - container: catthehacker/ubuntu:act-latest strategy: matrix: things: [1, 2, 3, 4, 5]