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 # Preparation job - determines build configuration
prepare: prepare:
name: Prepare Build name: Prepare Build
runs-on: ${{ env.RUNNER_OS }} runs-on:
- "ubuntu-latest"
outputs: outputs:
platforms: ${{ steps.config.outputs.platforms }} platforms: ${{ steps.config.outputs.platforms }}
build_type: ${{ steps.config.outputs.build_type }} build_type: ${{ steps.config.outputs.build_type }}