From a7eaead347780a62f60c34cd4a457bcbec86e210 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Thu, 11 Nov 2021 13:01:26 +0300 Subject: workflows/test: test VS 2022 --- .github/workflows/test.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.github/workflows/test.yml') diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 907f851..c1fa8b0 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -13,13 +13,14 @@ jobs: strategy: fail-fast: false matrix: - os: [windows-2016, windows-2019] + os: [windows-2016, windows-2019, windows-2022] arch: [x86, x64] include: # Prettier run names. - {os: windows-2016, name: VS 2017} - {os: windows-2019, name: VS 2019} + - {os: windows-2022, name: VS 2022} runs-on: '${{ matrix.os }}' -- cgit v1.2.3