Update Windows build workflows to use warp-windows-latest-x64-8x for release branch

This commit is contained in:
mr. M
2025-01-07 22:52:46 +01:00
parent 5c00c8f1ab
commit 3ecd929125
2 changed files with 2 additions and 2 deletions

View File

@@ -25,7 +25,7 @@ jobs:
matrix:
arch: [x86_64, aarch64]
runs-on: windows-latest
runs-on: ${{ inputs.release-branch == 'release' && 'warp-windows-latest-x64-8x' || 'windows-latest' }}
steps:
- name: Checkout repository