runs-on: ["ubuntu-latest"]
This commit is contained in:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user