diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-11-11 13:01:26 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-11-11 13:01:57 +0300 |
commit | a7eaead347780a62f60c34cd4a457bcbec86e210 (patch) | |
tree | 9c515c525a4d7a39c1aad0d77e2f84c275772c02 /.github/workflows/test.yml | |
parent | workflows/test: reorder windows images (diff) | |
download | vs-shell-a7eaead347780a62f60c34cd4a457bcbec86e210.tar.gz vs-shell-a7eaead347780a62f60c34cd4a457bcbec86e210.zip |
workflows/test: test VS 2022
Diffstat (limited to '')
-rw-r--r-- | .github/workflows/test.yml | 3 |
1 files changed, 2 insertions, 1 deletions
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 }}' |