From de552fc8d4c37fb5af5e93ce4f4b8ae6e8e4bfcc Mon Sep 17 00:00:00 2001 From: Bastian de Byl Date: Sat, 3 Jan 2026 22:43:03 -0500 Subject: [PATCH] fix: use fedora runner label for Gitea Actions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 32da8bc..494cd9e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -10,7 +10,7 @@ permissions: jobs: release: - runs-on: ubuntu-latest + runs-on: fedora steps: - name: Checkout uses: actions/checkout@v4