forked from ZenBrowserMirrors/zen-desktop
Update Linux release build workflow to use release branch input for runner selection
This commit is contained in:
parent
9b8b9f5e14
commit
cbc342ce1a
1 changed files with 1 additions and 1 deletions
2
.github/workflows/linux-release-build.yml
vendored
2
.github/workflows/linux-release-build.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue