workflows/test: test on windows-2022

This commit is contained in:
Egor Tensin 2021-12-15 18:48:50 +03:00
parent 71d1a06d04
commit 4b8d6e7c31

View file

@ -13,7 +13,7 @@ jobs:
strategy: strategy:
matrix: matrix:
platform: [x86, x64] 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 }}' runs-on: '${{ matrix.os }}'
name: 'Test: ${{ matrix.os }} / ${{ matrix.platform }}' name: 'Test: ${{ matrix.os }} / ${{ matrix.platform }}'
steps: steps: