diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-12-15 18:28:21 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-12-15 18:28:21 +0300 |
commit | a85c65becbfab3896f39cb0de2216ef747d7c87b (patch) | |
tree | ab3ec4f94e5a6331098ba7b285936036431c07c8 /.github | |
parent | README: update (diff) | |
download | setup-mingw-a85c65becbfab3896f39cb0de2216ef747d7c87b.tar.gz setup-mingw-a85c65becbfab3896f39cb0de2216ef747d7c87b.zip |
workflows/test: test on windows-2022
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/test.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b0c63ba..0020fb9 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -48,7 +48,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 }}' defaults: |