From cee9a251536b66c9075ac060120b3ca0c5e06fa3 Mon Sep 17 00:00:00 2001 From: Mootfrost777 Date: Fri, 20 Oct 2023 20:49:23 +0300 Subject: [PATCH] crutch --- .gitea/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/main.yml b/.gitea/workflows/main.yml index 6382fe9..9f073ce 100644 --- a/.gitea/workflows/main.yml +++ b/.gitea/workflows/main.yml @@ -3,7 +3,7 @@ on: [push] jobs: build: - runs-on: catthehacker/ubuntu:act-latest + runs-on: ubuntu-latest steps: - name: install docker run: curl -fsSL https://get.docker.com | sh