From e3a481f9da88e0c123c7f84cb4fdd2c4498d4c34 Mon Sep 17 00:00:00 2001 From: polyfloyd Date: Thu, 5 Jun 2025 16:20:04 +0200 Subject: [PATCH] ci: Update runs-on --- .forgejo/workflows/test.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.forgejo/workflows/test.yaml b/.forgejo/workflows/test.yaml index 5fe9a35..9d5a519 100644 --- a/.forgejo/workflows/test.yaml +++ b/.forgejo/workflows/test.yaml @@ -18,9 +18,7 @@ env: jobs: pytest: - runs-on: docker - container: - image: alpine:latest + runs-on: alpine steps: - run: apk add nodejs py3-pip ruff - uses: actions/checkout@v4