From 9e3f10f653f07ece4c1830a8cc967c2032e2cb44 Mon Sep 17 00:00:00 2001 From: Rose Date: Wed, 24 Jul 2024 02:05:36 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A=20change=20from=20docker=20to=20ub?= =?UTF-8?q?untu-latest?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .forgejo/workflows/devel.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/devel.yml b/.forgejo/workflows/devel.yml index 7e3489e..ae5ec6c 100644 --- a/.forgejo/workflows/devel.yml +++ b/.forgejo/workflows/devel.yml @@ -4,7 +4,7 @@ on: branches: [devel] jobs: build: - runs-on: docker + runs-on: ubuntu-latest container: image: node:21-alpine steps: