Update .gitea/workflows/fedora-checkout.yml
Some checks failed
release / checkout (push) Failing after 2s

Test rocky runner
This commit is contained in:
2025-10-25 10:04:32 +00:00
parent 1f75ee9ffb
commit 3711506160

View File

@@ -7,7 +7,7 @@ on:
jobs: jobs:
checkout: checkout:
runs-on: fedora-latest runs-on: rocky-latest
steps: steps:
- uses: https://git.phyllo.me/actions/checkout@v4 - uses: https://git.phyllo.me/actions/checkout@v4
@@ -17,5 +17,4 @@ jobs:
with: with:
files: |- files: |-
bin/** bin/**
api_key: '${{secrets.RELEASE_TOKEN}}' api_key: '${{secrets.RELEASE_TOKEN}}'