debug: run Windows repro on hosted runners
This commit is contained in:
parent
587238abf9
commit
73f495313c
1 changed files with 13 additions and 3 deletions
16
.github/workflows/test.yml
vendored
16
.github/workflows/test.yml
vendored
|
|
@ -160,12 +160,22 @@ jobs:
|
|||
|
||||
windows-opentui-repro:
|
||||
if: ${{ github.event_name == 'workflow_dispatch' && inputs.windows_opentui_repro == true }}
|
||||
name: windows opentui repro (${{ matrix.version }})
|
||||
name: windows opentui repro (${{ matrix.version }}, ${{ matrix.host }})
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
version: ["1.17.9", "1.17.10", "1.17.11"]
|
||||
runs-on: blacksmith-4vcpu-windows-2025
|
||||
include:
|
||||
- version: "1.17.9"
|
||||
host: windows-latest
|
||||
- version: "1.17.10"
|
||||
host: windows-latest
|
||||
- version: "1.17.11"
|
||||
host: windows-latest
|
||||
- version: "1.17.10"
|
||||
host: windows-2022
|
||||
- version: "1.17.10"
|
||||
host: blacksmith-4vcpu-windows-2025
|
||||
runs-on: ${{ matrix.host }}
|
||||
defaults:
|
||||
run:
|
||||
shell: pwsh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue