fix(ci): use fedora-43 runner label for all non-build jobs
All checks were successful
poll-upstream / check (push) Successful in 1s

Ensures package, publish, and poll-upstream jobs are picked up by
Fedora 43 runners specifically.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-04-26 15:32:40 +03:00
parent 70ae2108ee
commit bab7d9850c
2 changed files with 3 additions and 3 deletions

View File

@@ -73,7 +73,7 @@ jobs:
package:
needs: build
runs-on: fedora
runs-on: fedora-43
strategy:
fail-fast: false
matrix:
@@ -114,7 +114,7 @@ jobs:
publish:
needs: package
runs-on: fedora
runs-on: fedora-43
strategy:
fail-fast: false
matrix: