From c22bc5bca15970b803bfb89efe0e322e349c838e Mon Sep 17 00:00:00 2001 From: nevaforget Date: Sun, 29 Mar 2026 23:02:09 +0200 Subject: [PATCH] ci: use moonarch runner label instead of ubuntu-latest --- .gitea/workflows/update-pkgver.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/update-pkgver.yaml b/.gitea/workflows/update-pkgver.yaml index 6a40c4c..aa56b36 100644 --- a/.gitea/workflows/update-pkgver.yaml +++ b/.gitea/workflows/update-pkgver.yaml @@ -10,7 +10,7 @@ on: jobs: update-pkgver: - runs-on: ubuntu-latest + runs-on: moonarch steps: - name: Checkout source repo uses: actions/checkout@v4