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

This commit is contained in:
mr. M
2025-01-06 19:26:58 +01:00
parent 4124a3c8fe
commit 0333413505

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: