From ce5de8a91e45d8b58338c85a29933c0760178b38 Mon Sep 17 00:00:00 2001 From: Brian Salcedo Date: Tue, 29 Jul 2025 16:18:20 -0500 Subject: [PATCH] runs on general. not generic --- .forgejo/workflows/integration-test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/integration-test.yaml b/.forgejo/workflows/integration-test.yaml index c94564e..9e90d58 100644 --- a/.forgejo/workflows/integration-test.yaml +++ b/.forgejo/workflows/integration-test.yaml @@ -7,7 +7,7 @@ on: jobs: integration-test: - runs-on: generic + runs-on: general container: image: python:3