workflows/test: test on windows-2022
This commit is contained in:
parent
71d1a06d04
commit
4b8d6e7c31
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
@ -13,7 +13,7 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
platform: [x86, x64]
|
||||
os: [ubuntu-18.04, ubuntu-20.04, ubuntu-latest, windows-2016, windows-2019, windows-latest]
|
||||
os: [ubuntu-18.04, ubuntu-20.04, ubuntu-latest, windows-2016, windows-2019, windows-2022, windows-latest]
|
||||
runs-on: '${{ matrix.os }}'
|
||||
name: 'Test: ${{ matrix.os }} / ${{ matrix.platform }}'
|
||||
steps:
|
||||
|
|
Loading…
Add table
Reference in a new issue