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: package:
needs: build needs: build
runs-on: fedora runs-on: fedora-43
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
@@ -114,7 +114,7 @@ jobs:
publish: publish:
needs: package needs: package
runs-on: fedora runs-on: fedora-43
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:

View File

@@ -11,7 +11,7 @@ concurrency:
jobs: jobs:
check: check:
runs-on: fedora runs-on: fedora-43
steps: steps:
- name: Get upstream latest tag - name: Get upstream latest tag
id: upstream id: upstream