Skip to content

Commit

Permalink
Update Linux release build workflow to use release branch input for r…
Browse files Browse the repository at this point in the history
…unner selection
  • Loading branch information
mauro-balades committed Jan 6, 2025
1 parent 4124a3c commit 0333413
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux-release-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 0333413

Please sign in to comment.