runs-on: ["ubuntu-latest"]

This commit is contained in:
2025-10-01 20:28:49 +04:00
parent 9ce5c2ef02
commit a53ac0944d

View File

@@ -109,7 +109,8 @@ jobs:
# Preparation job - determines build configuration
prepare:
name: Prepare Build
runs-on: ${{ env.RUNNER_OS }}
runs-on:
- "ubuntu-latest"
outputs:
platforms: ${{ steps.config.outputs.platforms }}
build_type: ${{ steps.config.outputs.build_type }}