From 7c0e8640c2fa880730c19bf840a1a3557c697b19 Mon Sep 17 00:00:00 2001 From: adminxd Date: Fri, 27 Feb 2026 15:19:23 +0300 Subject: [PATCH] stupid --- .gitea/workflows/publish.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/publish.yaml b/.gitea/workflows/publish.yaml index 4fe924d..757ebb7 100644 --- a/.gitea/workflows/publish.yaml +++ b/.gitea/workflows/publish.yaml @@ -3,7 +3,7 @@ run-name: ${{ gitea.actor }} is testing out Gitea Actions on: [push] jobs: explore-gitea-actions: - runs-on: general-xd + runs-on: ubuntu-latest steps: - name: Checkout code uses: actions/checkout@v4