Update Linux release build workflow to use release branch input for runner selection

This commit is contained in:
mr. M
2025-01-06 20:02:20 +01:00
parent 6c4af27ec6
commit cd34782bd5

View File

@@ -16,7 +16,7 @@ jobs:
build-linux:
permissions:
contents: write
runs-on: ${{ matrix.arch == 'x86_64' && 'warp-ubuntu-latest-x64-8x' || 'ubuntu-latest' }}
runs-on: ${{ inputs.release-branch == 'release' && 'warp-ubuntu-latest-x64-8x' || 'ubuntu-latest' }}
strategy:
fail-fast: false
matrix: