Update Linux and Windows build workflows to use warp-ubuntu-latest-x64-16x for release branch

This commit is contained in:
mr. M
2025-01-08 00:15:05 +01:00
parent 2d4f9d4d7b
commit 73f932fade
3 changed files with 3 additions and 3 deletions

View File

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

View File

@@ -22,7 +22,7 @@ on:
jobs:
windows-build:
name: Build Windows - ${{ matrix.arch }}
runs-on: ${{ (inputs.release-branch == 'release' && !(inputs.generate-gpo && matrix.arch == 'aarch64')) && 'warp-ubuntu-latest-x64-8x' || 'ubuntu-latest' }}
runs-on: ${{ (inputs.release-branch == 'release' && !(inputs.generate-gpo && matrix.arch == 'aarch64')) && 'warp-ubuntu-latest-x64-16x' || 'ubuntu-latest' }}
strategy:
fail-fast: false